melinteflxrin/RPi-Cybersecurity-Multitool
GitHub: melinteflxrin/RPi-Cybersecurity-Multitool
面向树莓派的开源无线安全教学工具箱,集成WiFi与蓝牙攻击演示功能以辅助网络安全教育。
Stars: 0 | Forks: 0
# 树莓派网络安全多功能工具
## 设置
在树莓派上,请按照 [SETUP.md](SETUP.md) 中的步骤安装所需的软件包并配置蓝牙和 WiFi 适配器。克隆仓库并运行该应用:
```
git clone https://github.com/melinteflxrin/RPi-Cybersecurity-Multitool.git
cd RPi-Cybersecurity-Multitool
sudo python3 main.py
```
## 致谢
受到多个开源项目的启发:
- FLOCK4H 的 [Jammy](https://github.com/FLOCK4H/Jammy)
- Skittleson 的 [Bluetooth-WOS](https://github.com/skittleson/bluetooth-wos)
- Bhaviktutorials 的 [Shark](https://github.com/Bhaviktutorials/shark)
- SwitchDoc Labs 的 [iBeacon-Scanner](https://github.com/switchdoclabs/iBeacon-Scanner-)
- RapierXbox 的 [ESP32 Sour Apple](https://github.com/RapierXbox/ESP32-Sour-Apple)
使用的开源工具和库:
- [aircrack-ng](https://www.aircrack-ng.org/) / [mdk4](https://github.com/aircrack-ng/mdk4) — WiFi 扫描和帧注入
- [bleak](https://github.com/hbldh/bleak) — BLE 扫描
- [BlueZ](http://www.bluez.org/) — Linux 蓝牙协议栈
- [hping3](https://github.com/antirez/hping) / [arp-scan](https://github.com/royhills/arp-scan) — 网络泛洪和发现
- [8821au driver](https://github.com/morrownr/8821au-20210708) — 监视模式 WiFi 适配器支持
- [cloudflared](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/) — 用于钓鱼演示的公开 URL
完整的参考书目和引用:[docs/thesis.pdf](docs/thesis.pdf)。
标签:WiFi攻击, 安全工具包, 插件系统, 网络安全, 网络安全教育, 蓝牙攻击, 配置审计, 隐私保护