Advertisement
Guest User

E

a guest
Oct 23rd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>Encrypted</title>
  6.         <meta name="description" content="PHP ransomware.">
  7.         <meta name="keywords" content="HTML, CSS, PHP, ransomware">
  8.         <meta name="author" content="5H311_1NJ3C706">
  9.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.         <style>
  11.             html {
  12.                 height: 100%;
  13.             }
  14.             body {
  15.                 background-color: #262626;
  16.                 display: flex;
  17.                 flex-direction: column;
  18.                 height: inherit;
  19.                 margin: 0;
  20.                 color: #FFF;
  21.                 font-family: 'Armata', sans-serif;
  22.                 font-size: 1em;
  23.                 font-weight: 400;
  24.                 text-align: left;
  25.             }
  26.             .front-form {
  27.                 display: flex;
  28.                 flex-direction: column;
  29.                 align-items: center;
  30.                 justify-content: center;
  31.                 flex: 1 0 auto;
  32.                 padding: .5em;
  33.             }
  34.             .front-form .layout {
  35.                 background-color: #DCDCDC;
  36.                 padding: 1.5em;
  37.                 width: 21em;
  38.                 color: #000;
  39.                 border: .07em solid #000;
  40.             }
  41.             .front-form .layout header {
  42.                 text-align: center;
  43.             }
  44.             .front-form .layout header .title {
  45.                 margin: 0;
  46.                 font-size: 2.6em;
  47.                 font-weight: 400;
  48.             }
  49.             .front-form .layout .about {
  50.                 text-align: center;
  51.             }
  52.             .front-form .layout .about p {
  53.                 color: #2F4F4F;
  54.                 font-weight: 600;
  55.                 word-wrap: break-word;
  56.             }
  57.             .front-form .layout .about img {
  58.                 border: .07em solid #000;
  59.             }
  60.             .front-form .layout .advice p {
  61.                 margin: 1em 0 0;
  62.             }
  63.             .front-form .layout form {
  64.                 display: flex;
  65.                 flex-direction: column;
  66.                 margin: 1em 0 0;
  67.             }
  68.             .front-form .layout form input {
  69.                 -webkit-appearance: none;
  70.                 -moz-appearance: none;
  71.                 margin: 0;
  72.                 padding: .2em .4em;
  73.                 font-family: 'Armata', sans-serif;
  74.                 font-size: 1em;
  75.                 border: .07em solid #9D2A00;
  76.                 -webkit-border-radius: 0;
  77.                 border-radius: 0;
  78.             }
  79.             .front-form .layout form input[type="submit"] {
  80.                 background-color: #FF4500;
  81.                 color: #FFF;
  82.                 cursor: pointer;
  83.                 transition: background-color 220ms linear;
  84.             }
  85.             .front-form .layout form input[type="submit"]:hover {
  86.                 background-color: #D83A00;
  87.                 transition: background-color 220ms linear;
  88.             }
  89.             .front-form .layout form .error {
  90.                 margin: 0 0 1em;
  91.                 color: #9D2A00;
  92.                 font-size: .8em;
  93.             }
  94.             .front-form .layout form .error:not(:empty) {
  95.                 margin: .2em 0 1em;
  96.             }
  97.             .front-form .layout form label {
  98.                 margin: 0 0 .2em;
  99.                 height: 1.2em;
  100.             }
  101.             @media screen and (max-width: 540px) {
  102.                 .front-form .layout {
  103.                     width: 19.5em;
  104.                 }
  105.             }
  106.             @media screen and (max-width: 360px) {
  107.                 .front-form .layout {
  108.                     width: 16em;
  109.                 }
  110.             }
  111.             @media screen and (max-width: 300px) {
  112.                 .front-form .layout {
  113.                     width: 14em;
  114.                 }
  115.                 .front-form .layout header .title {
  116.                     font-size: 2.4em;
  117.                 }
  118.             }
  119.         </style>
  120.     </head>
  121.     <body>
  122.             <audio autoplay src="bunga.mp3">
  123.         <body>
  124.         <html>
  125.         <div class="front-form">
  126.             <div class="layout">
  127.                 <header>
  128.                     <h1 class="title">Cracker</h1>
  129.                 </header>
  130.                 <div class="about">
  131.                     <p>Coded By 5H311_1NJ3C706.</p>
  132.                     <p>I hope you like it!</p>
  133.                     <p>Send 0.5 bitcoin Ke Alamat. Untuk Mendapatkan Kunci Decrypt</p>
  134.  
  135. <p>You Have All Encrypt Website.</p>
  136.  
  137. <p>Contact : Adicristal444@gmail.com</p>
  138.                     <p>17sWg2xuBjtEJsXhAJkZJiSwbEEirRSXRS</p>
  139.                 </div>
  140.                 <form method="post" action="#">
  141.                     <label for="key">Decryption Key</label>
  142.                     <input name="key" id="key" type="text" spellcheck="false" autofocus="autofocus">
  143.                     <p class="error"><?php echo $errorMessages['key']; ?></p>
  144.                     <input name="submit" type="submit" value="Decrypt">
  145.                 </form>
  146.                 <div class="advice">
  147.                     <p>Cracker By 5H311_1N73C706.</p>
  148.                     <p id="recovery" hidden="hidden"></p>
  149.                 </div>
  150.             </div>
  151.         </div>
  152.     </body>
  153. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement