WireSpy 允许攻击者快速设置蜜罐以实施 中间人攻击(MITMA)。实现了监控和日志记录功能,以便保留受害者流量/活动的记录。其他工具可与 Wirespy 配合使用,进行更高级的攻击。
目前支持两种攻击类型:
设置为可执行:
chmod +x wirespy.sh
以root权限执行:
sudo ./wirespy.sh
输入help开始使用。
Attacks:
eviltwin > launch an evil twin attack
honeypot > launch a rogue access point attack
Commands:
clear > clear the terminal
help > list available commands
quit|exit > exit the program
apscan > show all wireless access points nearby
leases > display DHCP leases
powerup > power wireless interface up (may cause issues)
start capture > start packet capture (tcpdump)
stop capture > stop packet capture (tcpdump)
status > show modules status
该脚本是我在 2015 年 6 月 硕士论文工作 的背景下开发的。
该项目于 2017 年在 Pentester Academy TV 的工具箱中展示:
2018 年开始着手改进的新版本。
如果您想支持这个项目,并感谢在开发、维护和扩展它上投入的时间,可以考虑为我下一杯咖啡捐款。☕
很简单,您只需点击本页顶部的 Sponsor 按钮,或者 点击此链接 即可。💸
发现了一个 Bug?我很乐意修复它!🐛
请在 GitHub 问题追踪器 上报告所有问题。
您想为改进这个项目做出贡献吗?🤩
请在 GitHub 拉取请求追踪器 上提交所有 PR。
参见 LICENSE。