Idea to view ASP source code (reposted)

xiaoxiao2021-03-06  37

The method is very simple, we know, generally use the file in the ASP, generally adopted

In two ways, through the STM file, it is possible to directly output the source code of the ASP file directly to the customer browser. Requirements: 1. The server side must have the SHTML script map 2, you can write .stm / .shtm / .shtml suffix file 3, know the file name and relative location of the file: Write Test.STM to the server directory File or

Note: When using "Virtual =", you want to specify the relative position of the root, and when using "file =", you need to specify the file for the upload directory, the relative position of Test.stm. Enter http://www.xxx.com/news/test.stm in the browser, see the source code of the index.asp file. Of course, we can also write multiple files to view the source code of multiple files at a time. There are also many friends to use this method on the attack, used to view the contents of CONN and other files, so that the database location is the same! Mainly, you are flexible!

转载请注明原文地址:https://www.9cbs.com/read-61172.html

New Post(0)