Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
134 lines (119 sloc)
3.78 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head><style> | |
| a{text-decoration:none} | |
| A:hover {text-decoration: underline;} | |
| </style> | |
| <title>Rooted by Scurvy of RSH</title> | |
| <style> | |
| .spanstyle { | |
| position:absolute; | |
| visibility:visible; | |
| top:-50px; | |
| font-size:8pt; | |
| font-family:Verdana; | |
| font-weight:bold; | |
| color:#00FF00; | |
| } | |
| </style> | |
| <script> | |
| var x,y | |
| var step=20 | |
| var flag=0 | |
| var message="<--RootShellHackers--> " | |
| message=message.split("") | |
| var xpos=new Array() | |
| for (i=0;i<=message.length-1;i++) { | |
| xpos[i]=-50 | |
| } | |
| var ypos=new Array() | |
| for (i=0;i<=message.length-1;i++) { | |
| ypos[i]=-50 | |
| } | |
| function handlerMM(e){ | |
| x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX | |
| y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY | |
| flag=1 | |
| } | |
| function makesnake() { | |
| if (flag==1 && document.all) { | |
| for (i=message.length-1; i>=1; i--) { | |
| xpos[i]=xpos[i-1]+step | |
| ypos[i]=ypos[i-1] | |
| } | |
| xpos[0]=x+step | |
| ypos[0]=y | |
| for (i=0; i<message.length-1; i++) { | |
| var thisspan = eval("span"+(i)+".style") | |
| thisspan.posLeft=xpos[i] | |
| thisspan.posTop=ypos[i] | |
| } | |
| } | |
| else if (flag==1 && document.layers) { | |
| for (i=message.length-1; i>=1; i--) { | |
| xpos[i]=xpos[i-1]+step | |
| ypos[i]=ypos[i-1] | |
| } | |
| xpos[0]=x+step | |
| ypos[0]=y | |
| for (i=0; i<message.length-1; i++) { | |
| var thisspan = eval("document.span"+i) | |
| thisspan.left=xpos[i] | |
| thisspan.top=ypos[i] | |
| } | |
| } | |
| var timer=setTimeout("makesnake()",30) | |
| } | |
| </script> | |
| </head> | |
| <BODY onLoad="makesnake()" | |
| style="width:100%;overflow-x:hidden;overflow-y:scroll" bgcolor="#000000" | |
| bgproperties="fixed" text="#FFFFFF" link="#00FF00" alink="#ff0000" | |
| vlink="#B00000#BB0000"><basefont size="3"> | |
| <script> <!-- Beginning of | |
| JavaScript - | |
| for (i=0;i<=message.length-1;i++) { | |
| document.write("<span id='span"+i+"' class='spanstyle'>") | |
| document.write(message[i]) | |
| document.write("</span>") | |
| } | |
| if (document.layers){ | |
| document.captureEvents(Event.MOUSEMOVE); | |
| } | |
| document.onmousemove = handlerMM; | |
| // - End of JavaScript - --> | |
| </script> | |
| <div | |
| align="center"><a href="http://rsh.defacements.com"><img | |
| src="http://www.stas.net/2/moron/deface.jpg" border="0" | |
| alt="RSH"></a></div><br> This site was defaced by <a | |
| href="mailto:scurvy@hushmail.com"><b><big><strong>Scurvy</big></strong></b></a> of Root Shell Hacker.<br><br> | |
| I'd like to thank the administrators of this website for making this all | |
| possible. Keep up the good work admin. I patched the hole that I used to come | |
| in, it doesn't mean there's not another one... :^) Just to keep you | |
| guessing.<br><br> | |
| <center> | |
| <noedit> | |
| <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" | |
| codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" | |
| ID=monkeylooker WIDTH=71% HEIGHT=71%> | |
| <PARAM NAME="movie" VALUE="http://a1552.g.akamai.net/7/1552/722/bbe3d6878fb27e/www.joecartoon.com/new/monkeylooker.swf"> | |
| <PARAM NAME=quality VALUE=high> | |
| <PARAM NAME=bgcolor VALUE=#336699> | |
| <EMBED src="http://a1552.g.akamai.net/7/1552/722/bbe3d6878fb27e/www.joecartoon.com/new/monkeylooker.swf" quality="high" bgcolor="#336699" WIDTH="71%" HEIGHT="71%" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> | |
| </EMBED> | |
| </OBJECT> | |
| </noedit> | |
| </center> | |
| <br><br> | |
| <br><br> | |
| Greets: <strong><b>Datagram</strong>, <strong>pimpshiz</strong>, | |
| <strong>doom</strong>, rootproc, nemesystm, wicked, lokal, Kreator, sinfony, | |
| modify, Akurei, all of RSH, Apoc, puck, piffy, GForce, bi0cide, | |
| gat0r, z, biosdisk, rootx11, nutsax, dobe, matic, hooyah, NetRebel, psaux, | |
| Traze, SteeLe, trace, and whoever else I forgot.</b><br> | |
| <div align="center"><br><br> | |
| <a href="mailto:scurvy@hushmail.com"><img | |
| src="http://www.stas.net/2/moron/scurvy.jpg" border="0" alt="E-mail me if you | |
| wish"></a><br> | |
| </body></html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |