Reflection xss exploitation method, bypassing IE xss filter

Source: Internet
Author: User

Reflection xss usage method, bypass ie xss Filter Suppose 1. php Page code: echo $ _ GET ['str']; use IE browser to access this page 1.php? Str = <xss code> xss fails due to XSS filter rendering. What should we do next? If the site can post, link, and so on, as long as you can send a link address, not just send a link. Because ie xss filter only checks whether the referer is from the source, Ie xss filter does not take effect if it is from the source. Now you understand, when the javascript: date: and other protocols are invalid: <a href = "http: // localhost/1.php? Str = <xss code> "> seek links </a> you can click the IE user to make a move (other browsers also make a move)

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.