NeiveZ/Wireless-Assessment
GitHub: NeiveZ/Wireless-Assessment
WIFX 是一款基于 Bash 的无线网络评估辅助工具,为授权环境下的 Wi-Fi 发现、抓包流程和报告生成提供统一的 CLI 工作流。
Stars: 0 | Forks: 0
# WIFX




## 概述
WIFX 是一款用于授权实验室环境的无线评估辅助工具。
它侧重于接口检查、monitor mode 辅助、网络发现、capture workflow 组织以及报告生成。
可能影响网络的命令需要显式使用 `--authorized`。
## 功能
- 无线接口发现。
- Monitor mode 辅助工具。
- 附近网络列表。
- Capture workflow 辅助工具。
- WPS 状态检查。
- 报告目录创建。
- 针对敏感操作的明确安全门控。
## 安装
```
git clone https://github.com/NeiveZ/Wireless-Assessment.git
cd Wireless-Assessment
chmod +x wifx.sh
./wifx.sh --install
```
常见的 Kali 依赖项:
```
sudo apt update
sudo apt install aircrack-ng wireless-tools iw -y
```
验证:
```
./wifx.sh --check
```
## 用法
```
./wifx.sh [options]
```
帮助:
```
./wifx.sh --help
```
## 命令
### 列出无线接口
```
./wifx.sh interfaces
```
### 检查环境
```
./wifx.sh check
```
### 启动 monitor mode
```
./wifx.sh monitor --iface wlan0 --authorized
```
### 扫描附近网络
```
./wifx.sh scan --iface wlan0mon --authorized
```
### Capture workflow
```
./wifx.sh capture --iface wlan0mon --bssid AA:BB:CC:DD:EE:FF --channel 6 --out captures/lab --authorized
```
### WPS 检查
```
./wifx.sh wps --iface wlan0mon --authorized
```
## 推荐流程
1. 识别接口:
```
./wifx.sh interfaces
```
2. 在实验室中启用 monitor mode:
```
./wifx.sh monitor --iface wlan0 --authorized
```
3. 扫描网络:
```
./wifx.sh scan --iface wlan0mon --authorized
```
4. 保存证据:
```
./wifx.sh capture --iface wlan0mon --bssid --channel --out captures/lab --authorized
```
5. 测试后恢复接口。
## 安全
仅在您拥有或拥有书面授权进行测试的实验室或网络中使用 WIFX。请勿干扰第三方无线网络。
## 许可证
MIT License。
标签:Bash, Cutter, GitHub, Wi-Fi, 应用安全, 无线安全评估, 网络抓包, 防御绕过