I learned security in Jiangbei (6) Graphic analysis of XSS-Scan system principles and XSSer code analysis

Source: Internet
Author: User
Part of the data from Shen shouzhong, Zhang yuqing "crawler-based XSS vulnerability detection tool design and implementation": http://download.csdn.net/detail/xihuanqiqi/4655513
I. Graphic analysis of XSS-scan system principles the system modules they wrote are relatively clear and easy to understand. My explanation is as follows: 1. first, use the crawler module to capture the page url (that is, put the URL in a queue called the crawler URL Queue) 2. request the crawled URL to obtain the HTML code on this web page. analyze the web page and perform "Can injection test" on the URL in the analysis. I think it is to determine whether there is any parameter transfer in the URL. If it can be injected, put the URL in the testurlqueue queue to perform the next step of the tesing module. At the same time, the URL Information is added to the URL hashtable, And the next URL is continuously captured and placed in the crawlerurlqueue. 4. Continuously retrieve records from the testurlqueue queue for testing. If the test has vulnerabilities, record them. If not, repeat them until testurlqueue is empty and the crawlerurlqueue is empty. ========================================== 1. system Module 2. crawler Module

3. Testing Module 4. Web page analysis module 2 xsser code analysis

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.