Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.16 KB | None | 0 0
  1. <head>
  2. <meta charset="UTF-8">
  3. <script src="https://www.google.com/recaptcha/api.js" async defer></script>
  4. <style>
  5.  
  6. html, body {
  7. width: 100%;
  8. border: 0px;
  9. padding: 0px;
  10. margin: 0px;
  11. font-size: 18px;
  12. }
  13.  
  14. .content {
  15. width: 800px;
  16. max-width: 95%;
  17. margin: 0 auto;
  18. opacity: 0;
  19. transition: all 0.4s ease 2s;
  20. }
  21.  
  22. .content.show {
  23. opacity: 1;
  24. }
  25.  
  26. .form {
  27. position: relative;
  28.  
  29. }
  30. .form > .lefCol {
  31. display: inline-block;
  32. width: 48%;
  33. min-width: 300px;
  34. padding: 0px;
  35. vertical-align: top;
  36. }
  37. .form > .rightCol {
  38. display: inline-block;
  39. width: 48%;
  40. min-width: 300px;
  41. padding: 0px;
  42. vertical-align: top;
  43. }
  44.  
  45. .button {
  46. font-size: 32px;
  47. padding: 5px;
  48. }
  49. .footer {
  50. padding: 15px;
  51. text-align: right;
  52. }
  53.  
  54. #loading {
  55. text-align: center;
  56. }
  57.  
  58. #fountainTextG{
  59. width:420px;
  60. margin:auto;
  61. }
  62.  
  63. .fountainTextG{
  64. color:rgb(0,0,0);
  65. font-family:Arial;
  66. font-size:44px;
  67. text-decoration:none;
  68. font-weight:normal;
  69. font-style:normal;
  70. float:left;
  71. animation-name:bounce_fountainTextG;
  72. -o-animation-name:bounce_fountainTextG;
  73. -ms-animation-name:bounce_fountainTextG;
  74. -webkit-animation-name:bounce_fountainTextG;
  75. -moz-animation-name:bounce_fountainTextG;
  76. animation-duration:2.09s;
  77. -o-animation-duration:2.09s;
  78. -ms-animation-duration:2.09s;
  79. -webkit-animation-duration:2.09s;
  80. -moz-animation-duration:2.09s;
  81. animation-iteration-count:infinite;
  82. -o-animation-iteration-count:infinite;
  83. -ms-animation-iteration-count:infinite;
  84. -webkit-animation-iteration-count:infinite;
  85. -moz-animation-iteration-count:infinite;
  86. animation-direction:normal;
  87. -o-animation-direction:normal;
  88. -ms-animation-direction:normal;
  89. -webkit-animation-direction:normal;
  90. -moz-animation-direction:normal;
  91. transform:scale(.5);
  92. -o-transform:scale(.5);
  93. -ms-transform:scale(.5);
  94. -webkit-transform:scale(.5);
  95. -moz-transform:scale(.5);
  96. }#fountainTextG_1{
  97. animation-delay:0.75s;
  98. -o-animation-delay:0.75s;
  99. -ms-animation-delay:0.75s;
  100. -webkit-animation-delay:0.75s;
  101. -moz-animation-delay:0.75s;
  102. }
  103. #fountainTextG_2{
  104. animation-delay:0.9s;
  105. -o-animation-delay:0.9s;
  106. -ms-animation-delay:0.9s;
  107. -webkit-animation-delay:0.9s;
  108. -moz-animation-delay:0.9s;
  109. }
  110. #fountainTextG_3{
  111. animation-delay:1.05s;
  112. -o-animation-delay:1.05s;
  113. -ms-animation-delay:1.05s;
  114. -webkit-animation-delay:1.05s;
  115. -moz-animation-delay:1.05s;
  116. }
  117. #fountainTextG_4{
  118. animation-delay:1.2s;
  119. -o-animation-delay:1.2s;
  120. -ms-animation-delay:1.2s;
  121. -webkit-animation-delay:1.2s;
  122. -moz-animation-delay:1.2s;
  123. }
  124. #fountainTextG_5{
  125. animation-delay:1.35s;
  126. -o-animation-delay:1.35s;
  127. -ms-animation-delay:1.35s;
  128. -webkit-animation-delay:1.35s;
  129. -moz-animation-delay:1.35s;
  130. }
  131. #fountainTextG_6{
  132. animation-delay:1.5s;
  133. -o-animation-delay:1.5s;
  134. -ms-animation-delay:1.5s;
  135. -webkit-animation-delay:1.5s;
  136. -moz-animation-delay:1.5s;
  137. }
  138. #fountainTextG_7{
  139. animation-delay:1.64s;
  140. -o-animation-delay:1.64s;
  141. -ms-animation-delay:1.64s;
  142. -webkit-animation-delay:1.64s;
  143. -moz-animation-delay:1.64s;
  144. }
  145. #fountainTextG_8{
  146. animation-delay:1.79s;
  147. -o-animation-delay:1.79s;
  148. -ms-animation-delay:1.79s;
  149. -webkit-animation-delay:1.79s;
  150. -moz-animation-delay:1.79s;
  151. }
  152. #fountainTextG_9{
  153. animation-delay:1.94s;
  154. -o-animation-delay:1.94s;
  155. -ms-animation-delay:1.94s;
  156. -webkit-animation-delay:1.94s;
  157. -moz-animation-delay:1.94s;
  158. }
  159. #fountainTextG_10{
  160. animation-delay:2.09s;
  161. -o-animation-delay:2.09s;
  162. -ms-animation-delay:2.09s;
  163. -webkit-animation-delay:2.09s;
  164. -moz-animation-delay:2.09s;
  165. }
  166.  
  167.  
  168.  
  169.  
  170. @keyframes bounce_fountainTextG{
  171. 0%{
  172. transform:scale(1);
  173. color:rgb(0,0,0);
  174. }
  175.  
  176. 100%{
  177. transform:scale(.5);
  178. color:rgb(255,255,255);
  179. }
  180. }
  181.  
  182. @-o-keyframes bounce_fountainTextG{
  183. 0%{
  184. -o-transform:scale(1);
  185. color:rgb(0,0,0);
  186. }
  187.  
  188. 100%{
  189. -o-transform:scale(.5);
  190. color:rgb(255,255,255);
  191. }
  192. }
  193.  
  194. @-ms-keyframes bounce_fountainTextG{
  195. 0%{
  196. -ms-transform:scale(1);
  197. color:rgb(0,0,0);
  198. }
  199.  
  200. 100%{
  201. -ms-transform:scale(.5);
  202. color:rgb(255,255,255);
  203. }
  204. }
  205.  
  206. @-webkit-keyframes bounce_fountainTextG{
  207. 0%{
  208. -webkit-transform:scale(1);
  209. color:rgb(0,0,0);
  210. }
  211.  
  212. 100%{
  213. -webkit-transform:scale(.5);
  214. color:rgb(255,255,255);
  215. }
  216. }
  217.  
  218. @-moz-keyframes bounce_fountainTextG{
  219. 0%{
  220. -moz-transform:scale(1);
  221. color:rgb(0,0,0);
  222. }
  223.  
  224. 100%{
  225. -moz-transform:scale(.5);
  226. color:rgb(255,255,255);
  227. }
  228. }
  229.  
  230. </style>
  231. </head>
  232. <body>
  233.  
  234. <div class="content" id="captcha">
  235. <h1>Stormwall DDoS protection</h1>
  236. <form class="form" action="" method="POST">
  237.  
  238. <div class="lefCol">
  239. <input type="hidden" name="swp_sessionKey" value="742c4516a589c0489fa4836afe96ed0c">
  240. <br/>
  241. <div class="g-recaptcha" data-sitekey="6LdLiDAUAAAAAIe5IclQHD35g9l5JDc8FFaLxxjq"></div>
  242. <br/>
  243. <input type="submit" class="button" value="Go to website">
  244. </div>
  245.  
  246. <div class="rightCol">
  247. <p>Please confirm you are not a robot.</p>
  248. <p>Пожалуйста, подтвердите, что Вы не робот.</p>
  249. </div>
  250.  
  251. </form>
  252. <div class="footer"><a href="https://stormwall.pro/" target="_blank">stormwall.pro</a></div>
  253. </div>
  254.  
  255. <div class="content" id="loading">
  256. <div id="fountainTextG"><div id="fountainTextG_1" class="fountainTextG">L</div><div id="fountainTextG_2" class="fountainTextG">o</div><div id="fountainTextG_3" class="fountainTextG">a</div><div id="fountainTextG_4" class="fountainTextG">d</div><div id="fountainTextG_5" class="fountainTextG">i</div><div id="fountainTextG_6" class="fountainTextG">n</div><div id="fountainTextG_7" class="fountainTextG">g</div><div id="fountainTextG_8" class="fountainTextG">.</div><div id="fountainTextG_9" class="fountainTextG">.</div><div id="fountainTextG_10" class="fountainTextG">.</div></div>
  257. </div>
  258.  
  259. <iframe id="reportFrame" title="Report frame" type="text/html" style="width: 1px; height: 1px; display: none;">
  260. <h1>Automatic report form</h1>
  261. <form id="reportForm" action="http://reports.stormwall.pro" method="post">
  262. <input type="text" name="userAgent" value="Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0">
  263. <input type="text" name="ipAddress" value="176.121.142.128">
  264. <input type="text" name="host" value="kassa.cc">
  265. </form>
  266. </iframe>
  267.  
  268. <script type="text/javascript">
  269. var timer1 = setTimeout(function(){
  270. document.getElementById('captcha').className = 'content show';
  271. }, 10);
  272.  
  273. const cE = "496wwitqipqspo9dgsk3lvnokv?0yr?3!3odeq8yj5?40rinn:im0d!jhdgmzc7mzm!tj2?24?27";
  274. const cK = 3;
  275. const cN = "swp_token";
  276. const cO = ";path=/;max-age=1800";
  277.  
  278. try {
  279. var _0x490c=['captcha','parentNode','removeChild','loading','className','content\x20show','callPhantom','__phantoma','emit','spawn','webdriver','domAutomation','function','MODULE_NOT_FOUND','call','exports','length','0123456789qwertyuiopasdfghjklzxcvbnm:?!','undefined','toString','location','getElementById'];(function(_0x373bd1,_0x3d84e5){var _0x488e09=function(_0x2709f7){while(--_0x2709f7){_0x373bd1['push'](_0x373bd1['shift']());}};_0x488e09(++_0x3d84e5);}(_0x490c,0x156));var _0xc490=function(_0x4f8bb3,_0x25726d){_0x4f8bb3=_0x4f8bb3-0x0;var _0x55937b=_0x490c[_0x4f8bb3];return _0x55937b;};(function e(_0x3c85c1,_0x177bbd,_0xe1cfa6){function _0x10cfbf(_0x313cde,_0x38aace){if(!_0x177bbd[_0x313cde]){if(!_0x3c85c1[_0x313cde]){var _0x5bd807=typeof require==_0xc490('0x0')&&require;if(!_0x38aace&&_0x5bd807)return _0x5bd807(_0x313cde,!0x0);if(_0x13586a)return _0x13586a(_0x313cde,!0x0);var _0x2112b8=new Error('Cannot\x20find\x20module\x20\x27'+_0x313cde+'\x27');throw _0x2112b8['code']=_0xc490('0x1'),_0x2112b8;}var _0x16d588=_0x177bbd[_0x313cde]={'exports':{}};_0x3c85c1[_0x313cde][0x0][_0xc490('0x2')](_0x16d588[_0xc490('0x3')],function(_0x5ed6fb){var _0x177bbd=_0x3c85c1[_0x313cde][0x1][_0x5ed6fb];return _0x10cfbf(_0x177bbd?_0x177bbd:_0x5ed6fb);},_0x16d588,_0x16d588[_0xc490('0x3')],e,_0x3c85c1,_0x177bbd,_0xe1cfa6);}return _0x177bbd[_0x313cde][_0xc490('0x3')];}var _0x13586a=typeof require==_0xc490('0x0')&&require;for(var _0x459f2a=0x0;_0x459f2a<_0xe1cfa6[_0xc490('0x4')];_0x459f2a++)_0x10cfbf(_0xe1cfa6[_0x459f2a]);return _0x10cfbf;}({1:[function(_0x4a9a0f,_0x5d87e2,_0x25aedf){let _0x2203d5=_0x4a9a0f('./avd');let _0x14e318=_0xc490('0x5');let _0x39d079=[];let _0x58d5d1={};function _0x3be7fd(_0x1b14a4){for(let _0x1c27c6=0x0;_0x1c27c6<_0x1b14a4[_0xc490('0x4')];_0x1c27c6++){_0x39d079[_0x1c27c6]=_0x1b14a4[_0x1c27c6];_0x58d5d1[_0x1b14a4[_0x1c27c6]]=_0x1c27c6;}}function _0xd8132(_0x30ce9b,_0x59e513){let _0x199664=_0x39d079[_0xc490('0x4')]-0x1;let _0x2e7382='';for(let _0x482e83=0x0;_0x482e83<_0x59e513[_0xc490('0x4')];_0x482e83++){let _0x2e8926=_0x59e513[_0x482e83];if(typeof _0x58d5d1[_0x2e8926]==_0xc490('0x6')){_0x2e7382=_0x2e7382+_0x2e8926;}else{let _0x5c0b46=_0x58d5d1[_0x2e8926]+_0x30ce9b;if(_0x5c0b46>_0x199664){_0x5c0b46=_0x5c0b46-_0x199664-0x1;}else if(_0x5c0b46<0x0){_0x5c0b46=_0x199664+_0x5c0b46+0x1;}_0x2e7382=_0x2e7382+_0x39d079[_0x5c0b46];}}return _0x2e7382;}function _0x333047(_0x27e0a7,_0x2bfccb){let _0x31caaf=_0x39d079[_0xc490('0x4')]-0x1;let _0x407be7=_0x27e0a7;let _0x25c04c='';for(let _0x570b9b=0x0;_0x570b9b<_0x2bfccb[_0xc490('0x4')];_0x570b9b++){let _0x344706=''+_0x2bfccb[_0x570b9b];_0x25c04c=_0x25c04c+_0xd8132(_0x407be7,_0x344706);_0x407be7=_0x407be7+0x1;if(_0x407be7>_0x31caaf){_0x407be7=0x0;}}return _0x25c04c;}function _0x31d153(_0x4b5b0f,_0x5d35ef){let _0x57c911=_0x39d079[_0xc490('0x4')]-0x1;let _0x57f242=_0x4b5b0f;let _0x461c38='';if(_0x2203d5())_0x461c38+=Date['new']()[_0xc490('0x7')]();for(let _0x378304=0x0;_0x378304<_0x5d35ef[_0xc490('0x4')];_0x378304++){let _0x4dabce=''+_0x5d35ef[_0x378304];_0x461c38=_0x461c38+_0xd8132(_0x57f242*-0x1,_0x4dabce);_0x57f242=_0x57f242+0x1;if(_0x57f242>_0x57c911){_0x57f242=0x0;}}return _0x461c38;}_0x3be7fd(_0x14e318);let _0xe8a3b4=_0x31d153(cK,cE);document['cookie']=cN+'='+_0xe8a3b4+cO;window[_0xc490('0x8')]=window[_0xc490('0x8')];clearTimeout(timer1);let _0x380f58=document[_0xc490('0x9')](_0xc490('0xa'));_0x380f58[_0xc490('0xb')][_0xc490('0xc')](_0x380f58);document['getElementById'](_0xc490('0xd'))[_0xc490('0xe')]=_0xc490('0xf');},{'./avd':0x2}],2:[function(_0x4aa701,_0x3273a1,_0x1f6ada){let _0x4908f9={'a':window[_0xc490('0x10')],'b':window['_phantom'],'c':window[_0xc490('0x11')],'d':window['Buffer'],'e':window[_0xc490('0x12')],'f':window[_0xc490('0x13')],'g':window[_0xc490('0x14')],'h':window[_0xc490('0x15')]};function _0x5dcf0b(){for(let _0x306705 in _0x4908f9){if(typeof _0x4908f9[_0x306705]!='undefined'){return!![];}}return![];}_0x3273a1[_0xc490('0x3')]=_0x5dcf0b;},{}]},{},[0x1]));
  280.  
  281. } catch(err) {
  282. var iframe = '<form id="reportForm" action="http://reports.stormwall.pro" method="POST"><input type="text" name="userAgent" value="Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0"><input type="text" name="ipAddress" value="176.121.142.128"><input type="text" name="host" value="kassa.cc"><input type="text" name="jsError" value="${jsError}"></form>';
  283. iframe = iframe + '<' + 'script type="text/javascript"' + '>document.getElementById("reportForm").submit();<' +'/script>';
  284. var doc = document.getElementById('reportFrame').contentWindow.document;
  285. doc.open();
  286. doc.write( iframe.replace('${jsError}', err) );
  287. doc.close();
  288. }
  289. </script>
  290. </body>
  291. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement