Cookie injection transfer Tool

Source: Internet
Author: User

Many websites now adopt general anti-InjectionProgramIs my website helpless? The answer is no, because we can use the cookie injection method, and many general anti-injection programs are not prepared for this injection method.

Before talking about it, let's review the knowledge of the request object in ASP scripts. in the previous sections, we have mentioned that the common methods of get and post for obtaining the client-submitted data are as follows, at the same time, the request object can obtain data without using a set, that is, directly using "Request (" name ")", but it is inefficient and error-prone. When we omit a specific set name, ASP searches by querystring, from, Cookie, servervariable, and set order. It integrates cookies in the request object members, meaning that "All cookie values sent by the user system are read, we know from the second lecture about "Cookie spoofing intrusion and principles" That cookies are a text file stored on the client computer and can be modified so that we can use requests. Cookie method to submit the value of the variable, so as to use system vulnerabilities for injection attacks.

 

:Cookieinjection tool .rar

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.