Wireless Assessment — Wi-Fi discovery, capture workflow support, and reporting for authorized labs.
WIFX is a wireless assessment helper for authorized lab environments.
It focuses on interface checks, monitor mode assistance, network discovery, capture workflow organization, and reporting.
Commands that may affect networks require explicit --authorized.
- Wireless interface discovery.
- Monitor mode helper.
- Nearby network listing.
- Capture workflow helper.
- WPS status checks.
- Report directory creation.
- Clear safety gates for sensitive actions.
git clone https://github.com/NeiveZ/Wireless-Assessment.git
cd Wireless-Assessment
chmod +x wifx.sh
./wifx.sh --installCommon Kali dependencies:
sudo apt update
sudo apt install aircrack-ng wireless-tools iw -yValidate:
./wifx.sh --check./wifx.sh <command> [options]Help:
./wifx.sh --help./wifx.sh interfaces./wifx.sh check./wifx.sh monitor --iface wlan0 --authorized./wifx.sh scan --iface wlan0mon --authorized./wifx.sh capture --iface wlan0mon --bssid AA:BB:CC:DD:EE:FF --channel 6 --out captures/lab --authorized./wifx.sh wps --iface wlan0mon --authorized- Identify interfaces:
./wifx.sh interfaces- Enable monitor mode in a lab:
./wifx.sh monitor --iface wlan0 --authorized- Scan networks:
./wifx.sh scan --iface wlan0mon --authorized- Save evidence:
./wifx.sh capture --iface wlan0mon --bssid <BSSID> --channel <CH> --out captures/lab --authorized- Restore interface after testing.
Use WIFX only in labs or networks you own/have written authorization to test. Do not disrupt third-party wireless networks.
MIT License.