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.
33 lines (30 sloc)
1 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> | |
| <!-- | |
| Sometimes it's just hard being elite... | |
| --//> | |
| <head> | |
| <title>Your Security Has Been Compromised</title> | |
| </head> | |
| <body bgcolor='white' text='black'> | |
| <font face='verdana,arial,helvetic' size='-1'> | |
| <font size='+1'> | |
| <b>To whom it may concern...</b> | |
| </font><br><br> | |
| Your security has been compromised.<br> | |
| I figured I'd let you know before someone else came in and rm -rf'd everything.<br><br> | |
| Sincerely,<br> | |
| <i>shortfuse</i><br><br> | |
| <font face='helvetica' size='-2'> | |
| <u>Additional Notes</u>:<br> | |
| Your <a href='index.htm.sf'>original page</a> has been saved with a .sf | |
| extension.<br> | |
| I patched up the hole for you.<br> | |
| No other changes were made to the website or box, you have my word.<br> | |
| All donations (money, hardware, etc...) are greatly appriciated.<br> | |
| Questions? E-mail <a href='mailto:sfsecurity@hotmail.com'>me</a>.<br> | |
| In America, first you get the sugar, then you get the power, then you get the women. | |
| </font> | |
| </font> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |