Advertisement
Demonslay335

HOWTODECRYPTFILES.html

Dec 25th, 2017
945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.84 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.  
  3. <html>
  4. <head>
  5. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  6. <meta charset="utf-8">
  7.  
  8. <!-- Description, Keywords and Author -->
  9.  
  10. <meta name="description" content="">
  11. <meta name="author" content="">
  12. <title>Damage Ransomware | Instructions</title>
  13. <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
  14.  
  15. <!-- style -->
  16.  
  17.  
  18.  
  19. <!-- style -->
  20.  
  21. <!-- bootstrap -->
  22.  
  23. <link href="http://auth-rambler.com/rdm/bootstrap.min.css" rel="stylesheet">
  24.  
  25. <!-- responsive -->
  26.  
  27. <link href="css/responsive.css" rel="stylesheet">
  28.  
  29. <!-- font-awesome -->
  30.  
  31. <link href="css/font-awesome.min.css" rel="stylesheet">
  32.  
  33. <!-- font-awesome -->
  34.  
  35. </head>
  36.  
  37. <body>
  38.  
  39. <!-- side bar -->
  40.  
  41.  
  42.  
  43. <!-- side bar -->
  44.  
  45. <!-- header -->
  46. <style>
  47. /*
  48.  
  49. Theme Name: Pixicon
  50.  
  51. Template URI:
  52.  
  53. Description:
  54.  
  55. Author:
  56.  
  57. Author URI:
  58.  
  59. License: GNU General Public License version 3.0
  60.  
  61. License URI:
  62.  
  63. Version: 1.0
  64.  
  65.  
  66.  
  67. 1. Body style
  68.  
  69. 2. Body
  70.  
  71. 3. siderbar
  72.  
  73. 1. Nave
  74.  
  75. 4. Header
  76.  
  77. 5. Main
  78.  
  79. 6. Home
  80.  
  81. 7. About
  82.  
  83. 8. Subscribe
  84.  
  85. 9. Contact
  86.  
  87. 10. Footer
  88.  
  89. 11. Animated blinking cursor
  90.  
  91. */
  92.  
  93. html {
  94. -ms-text-size-adjust: 100%;
  95. -webkit-text-size-adjust: 100%;
  96. }
  97. *, *:before, *:after {
  98. -webkit-box-sizing: border-box;
  99. -moz-box-sizing: border-box;
  100. box-sizing: border-box;
  101. }
  102. input, textarea {
  103. -webkit-appearance: none;
  104. -webkit-border-radius: 0;
  105. }
  106. button, html input[type="button"],/* 1 */ input[type="reset"], input[type="submit"] {
  107. -webkit-appearance: button;
  108. cursor: pointer;
  109. *overflow:visible;
  110. }
  111. body, img {
  112. transition: all .2s linear;
  113. -o-transition: all .2s linear;
  114. -moz-transition: all .2s linear;
  115. -webkit-transition: all .2s linear;
  116. }
  117. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, main {
  118. -webkit-box-sizing: border-box;
  119. -moz-box-sizing: border-box;
  120. box-sizing: border-box;
  121. margin: 0;
  122. padding: 0;
  123. vertical-align: baseline;
  124. border: 0;
  125. outline: 0;
  126. }
  127. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, main {
  128. display: block
  129. }
  130. audio, canvas, video {
  131. display: inline-block;
  132. *display:inline;
  133. *zoom:1
  134. }
  135. blockquote:before, blockquote:after, q:before, q:after {
  136. content: '';
  137. content: none;
  138. }
  139. .clear {
  140. clear: both;
  141. line-height: 0;
  142. height: 0;
  143. }
  144. a {
  145. text-decoration: none;
  146. outline: none;
  147. color: #00d1f5;
  148. transition-delay: 0s;
  149. transition-duration: 0.6s;
  150. transition-property: all;
  151. transition-timing-function: ease;
  152. }
  153. a:focus, img:focus, button:focus, .btn:focus {
  154. outline: none;
  155. }
  156.  
  157.  
  158.  
  159. ::-moz-selection {
  160. background-color:#e84d49;
  161. color:#fff;
  162. text-shadow:none;
  163. }
  164. ::selection {
  165. background-color: #e84d49;
  166. color: #fff;
  167. text-shadow: none;
  168. }
  169. @font-face {
  170. font-family: 'Source Sans Pro', sans-serif;
  171. }
  172. /*== Body ==*/
  173.  
  174. body {
  175. background-image: url(../images/overlay-bg.png), url(../images/main-bg.jpg);
  176. background-size: cover;
  177. background-repeat: repeat, no-repeat;
  178. background-position: center center;
  179. background-attachment: fixed
  180. }
  181. /*== Siderbar ==*/
  182.  
  183. aside[role="siderbar-nav"] {
  184. position: fixed;
  185. left: 0;
  186. height: 100%;
  187. width: 50px;
  188. top: 0;
  189. background-color: #111111
  190. }
  191. aside[role="siderbar-nav"] > nav {
  192. padding-top: 110px
  193. }
  194. aside[role="siderbar-nav"] > nav > ul {
  195. list-style: none;
  196. padding: 0;
  197. margin: 0;
  198. text-align: center;
  199. border-bottom: none
  200. }
  201. aside[role="siderbar-nav"] > nav > ul > li {
  202. display: block;
  203. float: none;
  204. margin-bottom: 25px
  205. }
  206. aside[role="siderbar-nav"] > nav > ul > li > a {
  207. font-size: 18px;
  208. color: #FFF;
  209. border-radius: 0;
  210. border: none;
  211. padding: 0;
  212. }
  213. aside[role="siderbar-nav"] > nav > ul > li.active a, aside[role="siderbar-nav"] > nav > ul > li a:hover {
  214. background-color: inherit;
  215. border: none;
  216. color: #e84d49
  217. }
  218. aside[role="siderbar-nav"] > nav .nav-tabs>li.active>a, aside[role="siderbar-nav"] > nav .nav-tabs>li.active>a:focus, aside[role="siderbar-nav"] > nav .nav-tabs>li.active>a:hover {
  219. background-color: inherit;
  220. border: none;
  221. color: #e84d49
  222. }
  223. /*== Header ==*/
  224.  
  225. header[role="main-header"] {
  226. overflow: hidden;
  227. padding-top: 108px
  228. }
  229. header[role="main-header"] h1 {
  230. margin: 0;
  231. padding: 0;
  232. color:#fff;
  233. }
  234. header[role="main-header"] h1 > a {
  235. float: left;
  236. display: block;
  237. max-width: 73px
  238. }
  239. header[role="main-header"] ul[role="socil-icons"] {
  240. list-style: none;
  241. text-align: right;
  242. float: right
  243. }
  244. header[role="main-header"] ul[role="socil-icons"] > li {
  245. display: inline-block;
  246. margin-left: 28px
  247. }
  248. header[role="main-header"] ul[role="socil-icons"] > li > a {
  249. color: #FFF;
  250. font-size: 14px;
  251. font-weight: normal
  252. }
  253. header[role="main-header"] ul[role="socil-icons"] > li > a:hover {
  254. color: #e84d49
  255. }
  256. /*== Main ==*/
  257.  
  258. main[role="main"] {
  259. padding-top: 40px
  260. }
  261. /*== Home ==*/
  262. ul li a{
  263. font-size:20px;
  264. }
  265. ul {
  266. font-size:20px;
  267. }
  268. .youcan {
  269. color:#e84d49;
  270. font-size:30px;
  271. }
  272. article.home-content {
  273. color: #FFF
  274. }
  275. article.home-content header[role="home-title"] {
  276. padding-bottom: 44px
  277. }
  278. article.home-content header[role="home-title"] h2 {
  279. margin: 0;
  280. padding: 0;
  281. font-size: 40px;
  282. line-height: 62px;
  283. font-weight: 700;
  284. }
  285. article.home-content header[role="home-title"] h2 > span {
  286. color: #e84d49;
  287. }
  288. article.home-content p {
  289. font-size: 21px;
  290. line-height: 27px;
  291. }
  292. #countdown {
  293. padding-top: 208px;
  294. padding-bottom: 86px
  295. }
  296. #countdown span {
  297. display: inline-block;
  298. text-align: center;
  299. text-transform: uppercase;
  300. color: #FFF;
  301. font-weight: 700;
  302. font-size: 33px;
  303. line-height: 34px;
  304. margin-right: 57px
  305. }
  306. #countdown span b {
  307. display: block;
  308. font-size: 11px;
  309. line-height: 12px;
  310. letter-spacing: 2px;
  311. border-top: 3px solid #e84d49;
  312. margin-top: 5px;
  313. padding-top: 6px
  314. }
  315. /*== About ==*/
  316.  
  317. .about-pan {
  318. padding-bottom: 151px
  319. }
  320. .other-page header[role="page-title"] {
  321. padding-bottom: 59px
  322. }
  323. .other-page header[role="page-title"] h2 {
  324. padding: 0;
  325. margin: 0;
  326. color: #FFF;
  327. font-size: 39px;
  328. line-height: 40px;
  329. font-weight: 700
  330. }
  331. .other-page article p {
  332. font-size: 16px;
  333. line-height: 27px;
  334. color: #FFF;
  335. padding: 0;
  336. margin: 0;
  337. width: 598px;
  338. padding-bottom: 27px
  339. }
  340. /*== Subscribe ==*/
  341.  
  342. .subscribe-pan form {
  343. width: 400px;
  344. display: block;
  345. overflow: hidden;
  346. padding-top: 15px;
  347. margin-bottom: 272px
  348. }
  349. .subscribe-pan form input[type="email"] {
  350. display: block;
  351. width: 340px;
  352. height: 50px;
  353. outline: none;
  354. padding: 0 10px;
  355. border: 1px solid #FFF;
  356. background-color: inherit;
  357. font-size: 15px;
  358. line-height: 16px;
  359. color: #a4a4a4;
  360. font-weight: 300;
  361. float: left
  362. }
  363. .subscribe-pan form label {
  364. float: right;
  365. width: 60px;
  366. height: 50px;
  367. position: relative;
  368. text-align: center;
  369. }
  370. .subscribe-pan form label input {
  371. font-size: 0;
  372. display: block;
  373. border: none;
  374. outline: none;
  375. cursor: pointer;
  376. width: 60px;
  377. height: 50px;
  378. background-color: #FFF
  379. }
  380. .subscribe-pan form label i {
  381. position: absolute;
  382. left: 0;
  383. right: 0;
  384. top: 0;
  385. bottom: 0;
  386. margin: auto;
  387. font-size: 24px;
  388. color: #111111;
  389. cursor: pointer;
  390. line-height: 50px
  391. }
  392. .subscribe-pan form label:hover input {
  393. background-color: #e84d49
  394. }
  395. .subscribe-pan form label:hover i {
  396. color: #FFF
  397. }
  398. .subscribe-pan form ::-webkit-input-placeholder {
  399. color:#a4a4a4;
  400. }
  401. .subscribe-pan form ::-moz-placeholder {
  402. color:#a4a4a4;
  403. } /* firefox 19+ */
  404. .subscribe-pan form :-ms-input-placeholder {
  405. color:#a4a4a4;
  406. } /* ie */
  407. .subscribe-pan form input:-moz-placeholder {
  408. color:#a4a4a4;
  409. }
  410. .subscribe-pan > p {
  411. font-size: 13px;
  412. letter-spacing: 1px;
  413. font-weight: 300
  414. }
  415. .error_message {
  416. color: #e84d49
  417. }
  418. #success_page h3, #success_page p {
  419. color: #60ca6f
  420. }
  421. /*== Contact ==*/
  422.  
  423. .contact-from {
  424. margin-bottom: 50px;
  425. }
  426. .contact-from input[type="text"], .contact-from input[type="email"], .contact-from textarea {
  427. width: 100%;
  428. padding: 0 10px;
  429. display: block;
  430. height: 50px;
  431. outline: none;
  432. border: 1px solid #d2d4d7;
  433. background-color: inherit;
  434. color: #a4a4a4;
  435. font-size: 15px;
  436. line-height: 16px;
  437. margin-bottom: 27px
  438. }
  439. .contact-from form ::-webkit-input-placeholder {
  440. color:#a4a4a4;
  441. }
  442. .contact-from form ::-moz-placeholder {
  443. color:#a4a4a4;
  444. } /* firefox 19+ */
  445. .contact-from form :-ms-input-placeholder {
  446. color:#a4a4a4;
  447. } /* ie */
  448. .contact-from form input:-moz-placeholder {
  449. color:#a4a4a4;
  450. }
  451. .contact-from textarea {
  452. margin-bottom: 21px;
  453. height: 126px;
  454. padding: 10px
  455. }
  456. .contact-from input[type="submit"] {
  457. display: block;
  458. border: none;
  459. outline: none;
  460. width: 168px;
  461. line-height: 50px;
  462. text-transform: uppercase;
  463. font-size: 15px;
  464. color: #FFF;
  465. font-weight: 600;
  466. letter-spacing: 2px;
  467. background-color: #e84d49;
  468. margin-bottom: 60px
  469. }
  470. .contact-from input[type="submit"]:hover {
  471. background-color: #f8524e
  472. }
  473. /*== Footer ==*/
  474.  
  475. footer[role="footer"] {
  476. background-color: #111111;
  477. overflow: hidden;
  478. position: fixed;
  479. bottom: 0;
  480. width: 100%;
  481. z-index: 5
  482. }
  483. footer[role="footer"] p {
  484. color: #FFF;
  485. font-size: 14px;
  486. line-height: 50px;
  487. padding: 0;
  488. margin: 0;
  489. float: left
  490. }
  491. footer[role="footer"] p + p {
  492. text-align: right;
  493. float: right
  494. }
  495. footer[role="footer"] p i {
  496. padding: 0 4px;
  497. color: #e84d49
  498. }
  499. footer[role="footer"] p a {
  500. padding: 0 4px;
  501. color: #e84d49
  502. }
  503. /*== code for animated blinking cursor ==*/
  504. .typed-cursor {
  505. opacity: 1;
  506. font-weight: 100;
  507. -webkit-animation: blink 0.7s infinite;
  508. -moz-animation: blink 0.7s infinite;
  509. -ms-animation: blink 0.7s infinite;
  510. -o-animation: blink 0.7s infinite;
  511. animation: blink 0.7s infinite;
  512. }
  513. @-keyframes blink {
  514. 0% {
  515. opacity:1;
  516. }
  517. 50% {
  518. opacity:0;
  519. }
  520. 100% {
  521. opacity:1;
  522. }
  523. }
  524. @-webkit-keyframes blink {
  525. 0% {
  526. opacity:1;
  527. }
  528. 50% {
  529. opacity:0;
  530. }
  531. 100% {
  532. opacity:1;
  533. }
  534. }
  535. @-moz-keyframes blink {
  536. 0% {
  537. opacity:1;
  538. }
  539. 50% {
  540. opacity:0;
  541. }
  542. 100% {
  543. opacity:1;
  544. }
  545. }
  546. @-ms-keyframes blink {
  547. 0% {
  548. opacity:1;
  549. }
  550. 50% {
  551. opacity:0;
  552. }
  553. 100% {
  554. opacity:1;
  555. }
  556. }
  557. @-o-keyframes blink {
  558. 0% {
  559. opacity:1;
  560. }
  561. 50% {
  562. opacity:0;
  563. }
  564. 100% {
  565. opacity:1;
  566. }
  567. }
  568. .red{
  569. color:#e84d49;
  570. }
  571. </style>
  572. <header role="main-header">
  573. <div class="container">
  574.  
  575. <!-- logo -->
  576.  
  577. <h1> Dangerous Ransomware <br>To decrypt the files, you need to purchase special software <span class="red">Dangerous decryptor»</span><br /> Restore the data, <span class="red">follow the instructions!</span></h1>
  578.  
  579. <!-- logo -->
  580.  
  581. <!-- socil Icon -->
  582.  
  583.  
  584. </div>
  585. </header>
  586.  
  587. <!-- header -->
  588.  
  589. <!-- main -->
  590.  
  591. <main role="main" id="main">
  592. <div class="container">
  593.  
  594. <!-- tab-content -->
  595.  
  596. <div class="tab-content">
  597.  
  598. <!-- Home -->
  599.  
  600. <section id="home" class="tab-pane fade in active">
  601. <article class="home-content">
  602. <header role="home-title">
  603. <h2>You can learn more / request
  604. <div id="typed-strings"><span>e-mail:
  605. <a href="mailto:damage-dd.coala@protonmail.com">dd.coala@protonmail.com</a></span> </div>
  606. <span id="typed" style="white-space:pre;"></span></h2>
  607. </header>
  608. <p>
  609. <ul>
  610. <span class="youcan">You can learn more/questions in the chat:</span>
  611. <li><a href="http://kuysqebjbttaxmq2.onion/.to">http://kuysqebjbttaxmq2.onion.to (not need Tor)</a></li>
  612. <li><a href="https://kuysqebjbttaxmq2.onion/.cab">https://kuysqebjbttaxmq2.onion.cab (not need Tor)</a></li>
  613. <li><a href="http://kuysqebjbttaxmq2.onion//">http://kuysqebjbttaxmq2.onion/ (need Tor)</a></li>
  614. <li>You can learn more problem out bitmessage:</li>
  615. <li><a href="https://bitmsg.me/">https://bitmsg.me/</a> BM-2cTFScArDZfPNYbefeDn1RJL44NkvuVPrU</li>
  616. </ul>
  617. <br/>
  618. <ul>
  619. <span class="youcan">If the resource is unavailable for a long time to install and use the terms of reference of the browser:</span>
  620. <li>1. + Start the Internet browser</li>
  621. <li>2. + Type or copy the address <a href="https://www.torproject.org/download/download-easy.html">https://www.torproject.org/download/download-easy.html</a> in the address bar of your browser and press key ENTER</li>
  622. <li>3. + On the website you will be prompted to download the Tor browser, download and install it. To work.</li>
  623. <li>4. + Connection, click "connect" (using English version)</li>
  624. <li>5. + After connecting, open a normal window Tor-browser</li>
  625. <li>6. + Type or copy the address <a href="http://kuysqebjbttaxmq2.onion/">http://kuysqebjbttaxmq2.onion/</a> in the address bar of Tor-browser and press key ENTER</li>
  626. <li>7. + Wait for the download site</li>
  627. </ul>
  628. <p>
  629. <span class="youcan">+ If you have any problems with installation or usage, please visit the video:</span>
  630. </p><br>
  631. <iframe width="100%" height="800px" src="https://www.youtube.com/embed/gOgh3ABju6Q" frameborder="0" allowfullscreen></iframe>
  632. </article>
  633. <ul>
  634. <li class="youcan">8. Your personal identification ID:[redacted]</li>
  635. </ul>
  636. <div id="countdown"></div>
  637. </section>
  638.  
  639.  
  640. <!-- footer -->
  641.  
  642. <footer role="footer">
  643. <div class="container">
  644. <p>&copy; All rights reserved. Dangerous Ransomware 2017</p>
  645.  
  646. </div>
  647. </footer>
  648.  
  649. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  650.  
  651. <script src="js/jquery.min.js" type="text/javascript"></script>
  652.  
  653. <!-- custom -->
  654.  
  655. <script src="js/custom.js" type="text/javascript"></script>
  656. <script src="js/nav-custom.js" type="text/javascript"></script>
  657.  
  658. <!-- Include all compiled plugins (below), or include individual files as needed -->
  659.  
  660. <script src="js/bootstrap.min.js" type="text/javascript"></script>
  661.  
  662. <!-- jquery.countdown -->
  663.  
  664.  
  665. <script type="text/javascript" src="js/jquery.contact.js"></script>
  666. <script src="js/html5shiv.js" type="text/javascript"></script>
  667.  
  668. <!-- Typed jS -->
  669.  
  670. <script src="js/typed.js" type="text/javascript"></script>
  671. <script>
  672. $(function(){
  673.  
  674. $("#typed").typed({
  675. // strings: ["Typed.js is a <strong>jQuery</strong> plugin.", "It <em>types</em> out sentences.", "And then deletes them.", "Try it out!"],
  676. stringsElement: $('#typed-strings'),
  677. typeSpeed: 100,
  678. backDelay: 1000,
  679. loop: true,
  680. contentType: 'html', // or text
  681. // defaults to false for infinite loop
  682. loopCount: false,
  683. callback: function(){ foo(); },
  684. resetCallback: function() { newTyped(); }
  685. });
  686.  
  687. $(".reset").click(function(){
  688. $("#typed").typed('reset');
  689. });
  690.  
  691. });
  692.  
  693. function newTyped(){ /* A new typed object */ }
  694.  
  695. function foo(){ console.log("Callback"); }
  696.  
  697. </script>
  698. </body>
  699. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement