jtl999

Google Project Shield landing page

Aug 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.60 KB | None | 0 0
  1. <html>
  2.  
  3. <body>
  4.     <div style="position:absolute;top:100px;text-align:center;margin-left:auto;margin-right:auto;left:0;right:0;width:500px;font-family:Roboto,sans-serif;"><img src="https://storage.googleapis.com/ddos-shield.appspot.com/shield-logo-mono-darktext.svg" width="250px" height="50px" alt="Project Shield Logo" />
  5.         <p style="font-size:18px;">You will be connected to <b>krebsonsecurity.com</b> in just a moment...</p>
  6.         <p><a href="https://g.co/shield">Learn about Project Shield</a></p>
  7.     </div>
  8.     <script type="text/javascript" src="https://storage.googleapis.com/ddos-shield.appspot.com/aes.js"></script>
  9.     <script>
  10.         function toNumbers(d) {
  11.             var e = [];
  12.             d.replace(/(..)/g, function(d) {
  13.                 e.push(parseInt(d, 16))
  14.             });
  15.             return e
  16.         }
  17.  
  18.         function toHex() {
  19.             for (var d = [], d = 1 == arguments.length && arguments[0].constructor == Array ? arguments[0] : arguments, e = "", f = 0; f < d.length; f++) e += (16 > d[f] ? "0" : "") + d[f].toString(16);
  20.             return e.toLowerCase()
  21.         }
  22.         var a = toNumbers("00916434477f9928f1c5807c8e9d7dc3"),
  23.             b = toNumbers("e269e1f60bc3bede014ac5f46eb4b723"),
  24.             c = toNumbers("cd7b106d8470fe59900b743ed7296b32");
  25.         document.cookie = "STC=" + toHex(slowAES.decrypt(c, 2, a, b)) + "; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/";
  26.         location.href = "http://krebsonsecurity.com/?sckattempt=1".replace(new RegExp("sckattempt=[0-9]\&"), "").replace(new RegExp("[?&]sckattempt=[0-9]"), "");
  27.     </script>
  28. </body>
  29.  
  30. </html>
Add Comment
Please, Sign In to add comment