Skip to content
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Python HTML
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
lib
.BappManifest.bmf.swp
.gitignore
BappDescription.html
BappManifest.bmf
CREDITS.md
LICENSE
README.md
minesweeper.py

README.md

Minesweeper Logo A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000+ malicious cryptocurrency mining domains (cryptojacking).

BApp Store License Python 3.2|3.6 PEP8 contributions welcome Twitter

Summary

Minesweeper will passively scan in-scope items looking for matches against more than 23000+ known cryptojacking domains within the source of pages. When discovered, an alert similar to the following will be raised:

Minesweeper Alert

Manually Updating Sources

As this is the first build of Minesweeper lists are currently built based on CoinBlockerLists. As the project matures more sources will be added, as well as direct code checks. Since CoinBlockerLists updates quite frequently code is included to allow you to manually update your source list from the CoinBlockerLists github project.

If you don't wish to wait for the next build of the plugin and want to update your own sources you can use the following in the root of your cloned project:

$ ./lib/update_sources.py

This should produce an output similar to the following on a successful update:

Minesweeper Update

You can’t perform that action at this time.