Saturday, November 24, 2007

Creating f@ke login pages

Many people asked me how to create f@ke login pages,here is the method to create them (I’m taking yahoo mail as an example)

First save the yahoo login page, then copy the source code of the page directly from internet on to note pad or you favorite text editor (if you are using internet explorer right click on the login page and select view source for mozilla press ctr+u) .Now search for the term “action”, you should find a line like this


When you enter your login information in the original login page, it is submitted to this url https://login.yahoo.com/config/login
change https://login.yahoo.com/config/login to “input.php” . When you change the action to input.php, user name and password are submitted to this file when ever user enters his login information in our f@ke login page.

I will tell you how to create this input.php file, what is its function and how the passwords are saved in my next post

No comments:

Featured Posts

Adding Accesspolicy to KeyVault for Service Principal Using Portal and Powershell

  Scripts path : https://drive.google.com/drive/folders/1sbBpnVFgXhUIXLdf2E9heyWDeU2f9427?usp=sharing  Adding Accesspolicy to KeyVault for S...