Use SQLMap for cookie Injection

Source: Internet
Author: User

SQLMap is called an injection artifact. N is A powerful tool that uses SQLmap for injection testing. I will also use SQLMAP to install A * C for A long time, however, cookie injection is rarely used. It is troublesome to use the injection transit tool whenever a cookie is injected. Just today, the USB in the group asked if sqlmap supports cookie injection. I studied it and found that it is very easy to use sqlmap for cookie injection. Test URL:

$ Id = $ _ REQUEST ['id'] is used for obtaining parameters. cookie submission is supported. After studying the SQL official documentation, we can find the following introduction: by default, SQLMAP only supports the GET/POST parameter injection test. However, when the -- level parameter is used and the value is greater than or equal to 2, it also checks the cookie parameters, when the value is greater than or equal to 3, the User-agent and Referer will be checked. Therefore, we can simply add -- level 2 to the original base. Verify, successful,
 

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.