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.
156 lines (141 sloc)
5.3 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> | |
| <meta http-equiv="Content-Type" | |
| content="text/html; charset=iso-8859-1"> | |
| <meta name="author" content="Serial Killer [skiavgh@hotmail.com]"> | |
| <meta name="owner" content="www.skiavgh.cjb.net"> | |
| <meta name="rating" | |
| content="Hacking & The Computer Underground"> | |
| <meta name="description" | |
| content="The Infinity Project - Information Insemination"> | |
| <meta name="keywords" | |
| content="Infinity Project,Hacking,Phreaking,Computer Security, Exploits,Anarchy,Utilites,War Dialing,Blue Boxing,Phreak Boxes, | |
| Trojan Horses,Viruses,Anti-Virus, Knowledge,Freedom of Speech, Information,Unix,Linux,Neophyte Haven,FAQs,Text Files,Net Spying, | |
| Anonymous Email,Encryption,Virus Archives, word Macro Virus, Hostile Java applets"> | |
| <meta name="COPYRIGHT" content="Serial Killers Domain"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> | |
| <title>Hacked</title> | |
| <STYLE TYPE="text/css"> | |
| <!-- | |
| A:visited { text-decoration: none } | |
| A:link { text-decoration: none } | |
| A:hover { text-decoration: underline } | |
| --> | |
| </STYLE> | |
| </head> | |
| <body bgcolor="#000000" text="#FF0000" link="#008080" | |
| vlink="#008080" alink="#008080" | |
| <table border="0" width="750"> | |
| <tr> | |
| <td><p align="center"><a href="http://skiavgh.cjb.net"><img | |
| src="http://www.angelfire.com/sk/SerialKiller/images/skd3.jpg" | |
| alt="Serial Killers Domain" border="0" | |
| onmouseover="window.status='';return true"></a></p> | |
| </td> | |
| </tr> | |
| </table> | |
| <div align="center"><center> | |
| <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td><font face="Fixedsys"><img | |
| src="http://www.angelfire.com/ak2/tuhf/images/TLC.gif" | |
| width="55" height="38"></font></td> | |
| <td><img | |
| src="http://www.angelfire.com/ak2/tuhf/images/TRC.gif" | |
| align="right" hspace="0" width="55" height="38"></td> | |
| </tr> | |
| </table> | |
| </center></div><div align="center"><center> | |
| <table border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td align="center" width="100%"><p align="center"><font | |
| size="4" face="Fixedsys">This site was hacked by Serial | |
| Killer :-) </font><a href="http://skiavgh.cjb.net"><font | |
| size="4" face="Fixedsys">http://skiavgh.cjb.net</font></a></p> | |
| <p align="center"><font size="4" face="Fixedsys">Dear | |
| webmaster, please be more carefull with security from now | |
| on please so this wont happenn in the future.</font></p> | |
| <p align="center"><font size="4" face="Fixedsys">There | |
| are 2 security holes in your system, one, you do not deny | |
| read access to the *.pwd files, and you have not yet | |
| patched the Cold Fusion hole, it is avalible at </font><a | |
| href="http://www.allaire.com/handlers/index.cfm?ID=8727&Method=Full"><font | |
| face="Fixedsys">http://www.allaire.com/handlers/index.cfm?ID=8727&Method=Full</font></a></p> | |
| <p align="center"><font size="4" face="Fixedsys">[Shout | |
| Outs to everyone in #webfringe | my baby Amanda...girl i | |
| love you | my sweet lil Surfer Girl | my beautiful sister | |
| lissa | Divine-Crisis | NeoMagic | ScorchWizard | | |
| Synapsis Shadow51 | Chickens Lunchbox | The 404 Crew | | |
| WiZDoM and everyone from IHO | }{ | HackCity Packet Storm | |
| Security | genocide2600 | UHA1 | and everyone from WAGD]</font></p> | |
| </td> | |
| </tr> | |
| </table> | |
| </center></div><div align="center"><center> | |
| <table border="0" cellpadding="5" cellspacing="5" width="100%"> | |
| <tr> | |
| <td width="33%"> </td> | |
| <td width="33%"> </td> | |
| <td width="34%"> </td> | |
| </tr> | |
| </table> | |
| </center></div><div align="center"><center> | |
| <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td><font face="Fixedsys"><img | |
| src="http://www.angelfire.com/ak2/tuhf/images/lfc.gif" | |
| width="55" height="38"></font></td> | |
| <td> </td> | |
| <td align="center"><p align="right"><img | |
| src="http://www.angelfire.com/ak2/tuhf/images/lrc.gif" | |
| align="right" hspace="0" width="55" height="38"></p> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td> </td> | |
| <td><p align="center"><script language="JavaScript"><!-- | |
| Stamp = new Date(); | |
| document.write('<font size="2" face="Fixedsys" color="#FF0000"> ' + (Stamp.getMonth() + 1) +"/"+Stamp.getDate()+ "/"+Stamp.getYear() + '</font>'); | |
| var Hours; | |
| var Mins; | |
| var Time; | |
| Hours = Stamp.getHours(); | |
| if (Hours >= 12) { | |
| Time = " P.M."; | |
| } | |
| else { | |
| Time = " A.M."; | |
| } | |
| if (Hours > 12) { | |
| Hours -= 12; | |
| } | |
| if (Hours == 0) { | |
| Hours = 12; | |
| } | |
| Mins = Stamp.getMinutes(); | |
| if (Mins < 10) { | |
| Mins = "0" + Mins; | |
| } | |
| document.write('<font size="2" face="Fixedsys" color="#FF0000"> ' + Hours + ":" + Mins + Time + '</font>'); | |
| // --></script></p> | |
| </td> | |
| <td align="center"> </td> | |
| </tr> | |
| </table> | |
| </center></div><div align="center"><center> | |
| <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td> </td> | |
| <td><p align="center"><a href="http://darkstar.cjb.net" | |
| target="_blank"><img | |
| src="http://www.ozemail.com.au/~kamholtz/banner.jpg" | |
| border="0" width="300" height="75"></a></p> | |
| </td> | |
| <td align="center"><p align="right"> </p> | |
| </td> | |
| </tr> | |
| </table> | |
| </center></div> | |
| <p align="center"> </p> | |
| </body> | |
| </html> |