Ensikology

Hacked by Mr Yhaz 45

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