Advertisement
Guest User

terminal deface

a guest
Nov 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" >
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <title>Hacked by ANX13ENTY</title>
  7.  
  8. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
  9.  
  10.  
  11. <link rel="stylesheet" href="css/style.css">
  12.  
  13.  
  14. </head>
  15.  
  16. <body>
  17.  
  18. <section id="four-oh-four">
  19. <img class="bg" alt="404" />
  20. <div id="error-container">
  21. <div class="overlay"></div>
  22. <div class="terminal">
  23. <div class="window-title">
  24. <div class="win-buttons">
  25. <a id="close" class="button" href="#"></a>
  26. <a id="min" class="button" href="#"></a>
  27. <a id="max" class="button" href="#"></a>
  28. </div>
  29. <span class="title">Hacked by ANX13ENTY</span></div>
  30. <div class="message">
  31. <span class='prompt'><span class='user'>root</span><span class="at">@</span><span class="path">ANX13ENTY</span>~<span class="caret">$</span> </span>
  32. <span class="typed"></span>
  33. <form>><span class="caret">$</span>&nbsp;
  34. <input type="text" name="response"></input>
  35. </form>
  36. </div>
  37. </div>
  38. </div>
  39. </section>
  40.  
  41. <link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Source+Code+Pro:400,500,600,700' type='text/css' media='screen'/>
  42. <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script>
  43. <script src='https://cdnjs.cloudflare.com/ajax/libs/typed.js/1.1.1/typed.min.js'></script>
  44.  
  45. <style>
  46. #four-oh-four img.bg {
  47. -webkit-filter: grayscale(55%);
  48. filter: grayscale(55%);
  49. position: absolute;
  50. background-image: url(https://laughinggeek.files.wordpress.com/2017/06/lightbulb.gif);
  51. background-color: #333333;
  52. background-position: center center;
  53. background-size: 150% 150%;
  54. width: 100%;
  55. height: 100%;
  56. top: 0;
  57. -webkit-transform: rotate(180deg);
  58. transform: rotate(180deg);
  59. z-index: -999;
  60. }
  61. #four-oh-four #error-container .overlay {
  62. position: absolute;
  63. background-color: #000;
  64. width: 100%;
  65. height: 100%;
  66. top: 0;
  67. opacity: 0.3;
  68. }
  69. #four-oh-four .terminal {
  70. position: relative;
  71. background: rgba(38, 38, 38, 0.8);
  72. width: 80%;
  73. height: 40vh;
  74. border-radius: 8px;
  75. box-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  76. margin: 20vh auto;
  77. }
  78. #four-oh-four .terminal .window-title {
  79. background: linear-gradient(top, #dedede, #c0c0c0);
  80. width: calc(100% - 16px);
  81. height: 8%;
  82. text-align: center;
  83. border-top-left-radius: 8px;
  84. border-top-right-radius: 8px;
  85. padding: 1px 8px;
  86. }
  87. #four-oh-four .terminal .window-title .win-buttons {
  88. position: relative;
  89. width: 15%;
  90. left: -11px;
  91. float: left;
  92. margin: 0;
  93. }
  94. #four-oh-four .terminal .window-title .button {
  95. display: inline-block;
  96. text-align: center;
  97. width: 10px;
  98. height: 10px;
  99. border: 0.5px solid;
  100. border-radius: 100px;
  101. vertical-align: middle;
  102. margin: 3px 2px 3px 0;
  103. }
  104. #four-oh-four .terminal .window-title #close {
  105. background: #e25544;
  106. border-color: #d84b3a;
  107. }
  108. #four-oh-four .terminal .window-title #min {
  109. background: #f5b640;
  110. border-color: #e0a12b;
  111. }
  112. #four-oh-four .terminal .window-title #max {
  113. background: #7cb058;
  114. border-color: #6fa44b;
  115. }
  116. #four-oh-four .terminal .title {
  117. position: relative;
  118. display: inline-block;
  119. color: #ffffff;
  120. font-weight: 400;
  121. letter-spacing: 0.06em;
  122. text-align: center;
  123. vertical-align: middle;
  124. top: 0.5px;
  125. left: -43px;
  126. }
  127. #four-oh-four .terminal .prompt {
  128. font-size: 98%;
  129. }
  130. #four-oh-four .terminal .user {
  131. color: #ea7e7d;
  132. letter-spacing: 0.002em;
  133. padding-right: 3px;
  134. }
  135. #four-oh-four .terminal .at {
  136. color: #e8d880;
  137. padding-right: 2px;
  138. }
  139. #four-oh-four .terminal .path {
  140. color: #7ecdcb;
  141. letter-spacing: 0.002em;
  142. padding-right: 2px;
  143. }
  144. #four-oh-four .terminal .caret {
  145. color: #50cd70;
  146. }
  147. #four-oh-four .message {
  148. position: relative;
  149. color: rgba(255, 255, 255, 0.75);
  150. font-family: "Source Code Pro", monospace;
  151. width: 95%;
  152. margin: auto;
  153. padding: 1.5vh 0 0;
  154. z-index: 999;
  155. }
  156. #four-oh-four .message span {
  157. font-size: 90%;
  158. font-weight: 300;
  159. line-height: 1.5;
  160. letter-spacing: 0.045em;
  161. margin-bottom: 1em;
  162. }
  163. #four-oh-four .message span a {
  164. font-family: "Source Code Pro", monospace;
  165. border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  166. }
  167. #four-oh-four .message form input {
  168. background: transparent;
  169. border: none;
  170. outline: none;
  171. caret-color: #50cd70;
  172. }
  173. #four-oh-four .message form input:focus {
  174. color: rgba(255, 255, 255, 0.75);
  175. }
  176. #four-oh-four .message .typed-cursor {
  177. color: rgba(255, 255, 255, 0.9);
  178. }
  179. #four-oh-four a {
  180. color: rgba(255, 255, 255, 0.7);
  181. text-decoration: none;
  182. }
  183. #four-oh-four a:hover {
  184. color: rgba(255, 255, 255, 0.9);
  185. border-bottom: 1px dotted rgba(255, 255, 255, 0.9);
  186. }
  187.  
  188. </style>
  189.  
  190. <script type="text/javascript">
  191. $(function() {
  192. $(".typed").typed({
  193. strings: [
  194. "Oops! your website hass ben hacked <br/>" +
  195. "~<span class='caret'>$</span> Checking Your Security System...................Your security get Down!! <br/> ^1" +
  196. "~<span class='caret'>$</span> this website I have destroyed <br/> ^500" +
  197. "~<span class='caret'>$</span> your security is low <br/> ^1000" +
  198. "~<span class='caret'>$</span> and You lose You lose you lose you lose !!. <a href='#'></a>"
  199. ],
  200. showCursor: true,
  201. cursorChar: '_',
  202. autoInsertCss: true,
  203. typeSpeed: 30,
  204. startDelay: 200,
  205. loop: false,
  206. showCursor: false,
  207. onStart: $('.message form').hide(),
  208. onStop: $('.message form').show(),
  209. onTypingResumed: $('.message form').hide(),
  210. onTypingPaused: $('.message form').show(),
  211. onComplete: $('.message form').show(),
  212. onStringTyped: $('.message form').show()
  213. });
  214. $('.message form').hide()
  215. });
  216. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement