A powerful and automated WiFi auditing script designed for educational and cybersecurity learning purposes. This tool simplifies wireless network analysis, handshake capture, deauthentication testing, and password auditing using the aircrack-ng suite.
- 📡 Scan nearby WiFi networks
- 🤝 Capture WPA/WPA2 handshake
- 📴 Deauthenticate connected devices
- 🔓 Crack captured handshake using wordlists
- 🔄 Restore network settings automatically
- 🎨 Clean terminal UI with colors and banners
- Linux (Kali Linux recommended)
- Root access
- Wireless adapter with monitor mode support
aircrack-ngiwconfigfiglet
git clone https://github.com/your-username/wifi-audit-tool.git
cd wifi-audit-tool
chmod +x wifi-audit.shRun the script as root:
sudo ./wifi-audit.sh- Enable monitor mode
- Scan nearby networks
- Select target (BSSID & Channel)
- Capture handshake
- Deauthenticate devices (optional)
- Crack password using wordlist
This tool is created strictly for educational purposes only.
- Do NOT use this tool on networks without proper authorization
- Unauthorized access to networks is illegal
- The developer is not responsible for any misuse
Alok Thakur Cybersecurity Enthusiast
If you like this project:
- ⭐ Star this repository
- 🍴 Fork it
- 📢 Share with others
- Auto interface detection
- Logging system
- GUI version
- Advanced attack modules
This project is licensed under the MIT License.