View the Web site ASP source code ideas

Source: Internet
Author: User
Tags include relative
Generally in the ASP application files are mostly used <!--#include virtual= "/file.asp"--><!--#include file= "file.asp"--> two Ways

Through the STM file, you can directly export the ASP file source code directly to the customer browser.
Requirements:
1, server side to have shtml script mapping
2, you can write to the server. stm/.shtm/.shtml suffix file
3, know want to see the file name and relative position
Example:
Write test.stm file to server directory
<!--#include virtual= "/news/index.asp"-->
Or
<!--#include file= "index.asp"-->


Note: When using "virtual=", you specify the relative position of the file to the root, and when you use "file=", you need to specify the relative position of the file for the upload directory, that is, test.stm.
in the browser input http://www.xxx.com/news/test.stm, view the source code, that is, you can see the source code of the index.asp file. Of course, we can also write multiple files to see the source code of multiple files at once.
Also have a lot of friends to use this method on the attack, use to view the content of the file such as Conn, obtain the database location, all the same! The main is its own flexible application!



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.