Posts

How to Hack Facebook Account Using Phising webPage

Image
Everyone eager to hack the facebook account of others.  Here is the simplest method using phishing webpage ,you can hack the facebook account of your friends . Phishing WebPage:      Creating webpage which look like any site is described as Phishing.  By creating Phishing WebPage, you can make users to believe that it is original website and enter their id and password. Step 1: Go to  Facebook.com Right click on the white space of the front page.  Select "View Page source". Copy the code to Notepad. Step2: Now find (Press ctrl +f)  for "action="  in that code. You fill find the code like this: The big red ring that circles the action= you have to change. You have to change it to 'action="next.php" '. after you have done that, you should change the method (small red circle on the picture) to "get" instead of "post", or else it will not work. Save the document as index.html Step 3: Now we need to create the ...

VIRTUAL MEMORY

Image
If you have ever queried about how the computer processes a data or execute the instructions then you must have known that it is the Central Processing Unit (CPU) of a computer that processes a data.  You must also have come across the fact that it is the Main memory from where the data is fed into CPU and after being processed, the results are stored back into it. From the Main memory the result or data is again either given to the output devices or stored somewhere in the specified memory locations of a Computer system. It means all the data, programs or an instruction that has to be processed has to be in the Main memory in order for the CPU to process the data or run the program. Main memory is also known as system memory. Examples of main memories are RAM (also known as the Read/Write memory) and the Cache Memory.  Sometimes users want to use the computer to process so many programs at once. But the amount of RAM (or Main memory) is not enough to run all of the programs t...

How to find real IP address of a web site

Image
You can use the PING utility included with Windows to determine the “real” IP address of a web site. Before using this utility, make sure you are not mapping a host name to some IP address with HostName Commander, because if you do, the PING utility will show the address you’ve set up with HostName Commander, instead of the “real” IP address. To run the PING utility, click on the Windows  Start  button, and choose  Run  from the Start Menu. If you use Windows 95,98, or Me, enter “command” (without the quotes) as the command line to run. If you use Windows XP,2000, or NT, enter “cmd” (again, without the quotes). Click OK and the command prompt window should appear on the screen. Now enter the word “ping” (without the quotes) followed by a space, followed by the host name you want to determine the IP address of, and press Enter: In this example, the IP address of the host name  www.rkgit.edu.in  is 74.52.201.2  & IP Address of the host name  ...