indongsaeng

UPLOADING YOUR DEFACEMENT PAGE [PART3]

Jul 12th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 KB | None | 0 0
  1.  
  2.  
  3. PART 3
  4.  
  5. THIS IS THE UPLOADING YOUR DEFACEMENT
  6.  
  7.  
  8. GO TO NOTEPAD PASTE THIS AND SAVE AS TO INDEX.HTML
  9.  
  10. THIS IS AN DEFACEMENT OF AN ARGENTINA'N HACKER ( HES MY FRIEND )
  11.  
  12. =======================================================================
  13.  
  14.  
  15.  
  16.  
  17. <html>
  18. <head>
  19. <meta http-equiv = "Content-Type" content = "text/html; charset=utf-8">
  20. <title>JOIN US</title>
  21. <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
  22. <script type="text/javascript">
  23. (function ( $ ) {
  24. $.fn.typewrite = function ( options ) {
  25. var settings = {
  26. 'selector': this,
  27. 'extra_char': '',
  28. 'delay': 100,
  29. 'trim': false,
  30. 'callback': null
  31. };
  32. if (options) $.extend(settings, options);
  33.  
  34. /* This extra closure makes it so each element
  35. * matched by the selector runs sequentially, instead
  36. * of all at the same time. */
  37. function type_next_element(index) {
  38. var current_element = $(settings.selector[index]);
  39. var final_text = current_element.text();
  40. if (settings.trim) final_text = $.trim(final_text);
  41. current_element.html("").show();
  42.  
  43. function type_next_character(element, i) {
  44. element.html( final_text.substr(0, i)+settings.extra_char );
  45. if (final_text.length >= i) {
  46. setTimeout(function() {
  47. type_next_character(element, i+1);
  48. }, settings.delay);
  49. }
  50. else {
  51. if (++index < settings.selector.length) {
  52. type_next_element(index);
  53. }
  54. else if (settings.callback) settings.callback();
  55. }
  56. }
  57. type_next_character(current_element, 0);
  58. }
  59. type_next_element(0);
  60.  
  61. return this;
  62. };
  63. })(jQuery);
  64. </script>
  65. <style type="text/css">
  66. body
  67. {
  68. background: url("http://blog.pucp.edu.pe/fernandotuesta/files/u5/Terrorismo_1.jpg") no-repeat right bottom #000000;
  69. background-size: 100% auto;
  70. margin: 0;
  71. padding: 0;
  72. }
  73. div#shutdown
  74. {
  75. background: white;
  76. width: 100%;
  77. height: 100%;
  78. position: absolute;
  79. left: 0;
  80. top: 0;
  81. }
  82. div.text
  83. {
  84. padding-top: 40px;
  85. width: 30%;
  86. padding: 10px;
  87. text-shadow: #999 2px 2px 40px;
  88. background: #000000;
  89. height: 100%;
  90. opacity: 0.5;
  91. }
  92. p.text
  93. {
  94. color: white;
  95. font-family: sans-serif,Times New Roman, Verdana;
  96. display: none;
  97. font-size: 14pt;
  98. font-weight: bold;
  99. }
  100. div#youtube
  101. {
  102. position: absolute;
  103. right: 10px;
  104. top: 30px;
  105. width: 30%;
  106. height: 315px;
  107. display: none;
  108. padding: 20px;
  109. border-radius: 10px;
  110. border: 2px solid white;
  111. opacity: 0.8;
  112. background: #000000;
  113. }
  114. </style>
  115. <script type="text/javascript">
  116. $(document).ready(function(){
  117. $("#shutdown").animate({'top':'+='+($(document).height()/2)+'px','height':'1px'},500,function(){
  118. $("#shutdown").fadeOut("fast",function(){
  119. var ytheight = Math.floor((($(document).width()/2.2)/1.7777))+"px";
  120. var ytwidth = Math.floor(($(document).width()/2.2))+'px';
  121.  
  122. $("#youtube iframe").attr("width",ytwidth);
  123. $("#youtube iframe").attr("height",ytheight);
  124. $("#youtube").css("width",ytwidth);
  125. $("#youtube").css("height",ytheight);
  126. $("#youtube").slideDown();
  127. printout();
  128. });});
  129. });
  130. function printout()
  131. {
  132. $('p.next:first').typewrite({
  133. 'delay': 70,
  134. 'extra_char': '',
  135. 'trim': true,
  136. 'callback': function(){$('p.next:first').removeClass("next");printout();}
  137. });
  138. }
  139. $(window).resize(function() {
  140. var ytheight = Math.floor((($(document).width()/2.2)/1.7777))+"px";
  141.  
  142. var ytwidth = Math.floor(($(document).width()/2.2))+'px';
  143.  
  144.  
  145.  
  146. $("#youtube iframe").attr("width",ytwidth);
  147.  
  148. $("#youtube iframe").attr("height",ytheight);
  149.  
  150. $("#youtube").css("width",ytwidth);
  151.  
  152. $("#youtube").css("height",ytheight);
  153. });
  154. </script>
  155. </head>
  156. <body>
  157.  
  158. <div id="shutdown">&nbsp;</div>
  159. <div id="youtube">
  160. <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/dlfhoU66s4Y?autoplay=1" frameborder="0" allowfullscreen></iframe>
  161. </div>
  162. <div class="text">
  163. <p class='text next'></p>
  164. <p class='text next'>Hacked By Libero :) !</p>
  165. <p class='text next'>C:\>FUNCK SYSTEM D: !!!</p>
  166. <p class='text next'>C:\>WE ARE LEGION !!!! </p>
  167. <p class='text next'>C:\>#ARGENTINA #HACKERS</p>
  168. <p class='text next'>C:\>Stop Terrorismo !</p>
  169.  
  170. <p class='text next'>=============================</p>
  171. <p class='text next'>C:\>Twitter : @LiberoamericaMu</p>
  172. <p class='text next'>=============================</p>
  173. </div>
  174. <!--<iframe width="560" height="315" src="http://www.youtube.com/embed/wsfwmzAZgOw" frameborder="0" allowfullscreen></iframe>-->
  175.  
  176.  
  177. </body>
  178. </html>
  179. <CENTER><tt><font color="#" face="RED" size="4"><tt>
  180.  
  181.  
  182. <CENTER>
  183. <style type="text/css">#cot_tl_fixed{background-color:black;position:fixed;bottom:0px;font-size:20px;left:0px;padding:3px 0;clip:_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}</style>
  184.  
  185.  
  186. <CENTER>
  187. <span style="color: rgb(25, 225, 5);">
  188.  
  189.  
  190.  
  191.  
  192. <CENTER>
  193.  
  194.  
  195. <div id="cot_tl_fixed"><marquee>HACKED :D ! SYSTEM FUNCK !!! I FROM ARGENTINA HACKERS !!!!!!</marquee></div></span>
  196.  
  197.  
  198. =========================================================================================================
  199.  
  200.  
  201. JUST EDIT IT LIKE HACKED BY ETC. LIKE THAT !
  202.  
  203.  
  204. THEN GO TO YOUR SHELL AND FIND AN UPLOAD BUTTON
  205.  
  206. AND UPLOAD YOUR INDEX.HTML
  207.  
  208.  
  209.  
  210. LAST STEP :
  211. GO TO YOUR HACKED SITES WWW.HACKSITES.COM OR WWW.HACKSITES.COM/INDEX.HTML
  212.  
  213.  
  214.  
  215. DONE !
  216.  
  217. `~XW3S13Y
Add Comment
Please, Sign In to add comment