Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
greatis committed Oct 1, 2017
1 parent ff2a77b commit dab0b64
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Anti-WebMiner
# h1 Anti-WebMiner

Anti-WebMiner blocks the hosts with JS scripts, used for coin mining in web browser.
Anti-WebMiner modifies %SystemRoot%\System32\drivers\etc\hosts to disable the scripts
Anti-WebMiner protects your PC against web cryptocurrency miners (JS scripts like Coinhive executed in the browser) by modifying Windows hosts file.

Platform: Windows
# Compatibility

Windows XP/2003/Vista/Seven/8/8.1/10 32-bit and 64-bit

# Why?

The coin mining in a browser using scripts like Coinhive is a real problem for everyone.
These scripts may cause your browsers working slow or fully unresponsive, drain a battery of your notebook.
Any webmaster may add only one line to a code of website to start monetizing by coin mining.

# How to Protect?

Anti-WebMiner blocks scripts using a "blacklist" database of hosts like "Coinhive".
Anti-WebMiner modifies a Windows hosts file for disabling connection attempts to "blacklisted" sites.

# Benefits

This protection works for all browers.
You don't need to install a browser extensions.


# Source code
Language: C++ Builder

Hosts database: blacklist.txt
Expand Down
12 changes: 12 additions & 0 deletions hosts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Anti-WebMiner Start 0.9 43009
0.0.0.0 cnhv.co
0.0.0.0 coin-hive.com
0.0.0.0 gus.host
0.0.0.0 jsecoin.com
0.0.0.0 listat.biz
0.0.0.0 lmodr.biz
0.0.0.0 mataharirama.xyz
0.0.0.0 minecrunch.co
0.0.0.0 miner.pr0gramm.com
0.0.0.0 reasedoper.pw
# Anti-WebMiner End

0 comments on commit dab0b64

Please sign in to comment.