This tool automates Wi-Fi attacks such as Deauthentication, Evil Twin, and WPA Handshake Capture. It is optimized for Kali Linux and Termux (Root Required), providing a user-friendly TUI (Text User Interface).
🚨 Disclaimer: This tool is for educational purposes only. Always get permission from network owners before conducting any attacks.
- 🕵️ Network Scanning: Identify nearby Wi-Fi networks.
- 🚫 Deauthentication Attack: Disconnect all clients from a target network.
- 💀 Evil Twin Attack: Set up a rogue Wi-Fi access point (Requires external adapter supporting AP mode).
- 📡 WPA Handshake Capture: Capture handshakes for offline cracking.
- 🛡️ Defense Tips: Learn how to defend your network against attacks.
- 🎨 Rich TUI: Beautiful and easier to use command-line interface.
Ensure you have all necessary tools installed:
sudo apt-get update && sudo apt-get install aircrack-ng hostapd dnsmasq python3-pipgit clone https://github.com/Danyalkhattak/wifi-attack-tool.git
cd wifi-attack-toolpip install -r requirements.txtsudo python3 main.pyNote: You need a rooted device and an external Wi-Fi adapter that supports monitor mode connected via OTG.
Open Termux and install the required packages:
pkg update
pkg install root-repo
pkg install aircrack-ng python3 tsugit clone https://github.com/Danyalkhattak/wifi-attack-tool.git
cd wifi-attack-toolpip install -r requirements.txtYou must run as root using tsu:
tsu
python3 main.py- Run the network scanning module to view nearby Wi-Fi networks:
# The tool automates these commands:
airmon-ng start wlan0
airodump-ng wlan0mon-
Deauthentication Attack:
- Disconnect clients from a target network.
-
Evil Twin Attack:
- Create a fake access point (requires
hostapdanddnsmasq).
- Create a fake access point (requires
-
WPA Handshake Capture:
- Capture a WPA handshake for cracking.
-
Crack WPA Handshake:
- Crack the captured WPA handshake using a wordlist.
After simulating attacks, learn how to protect your network:
- Use WPA3 encryption for enhanced security.
- Disable WPS (Wi-Fi Protected Setup).
- Enable 802.11w to protect management frames.
- Set a strong and unique Wi-Fi password.
- Regularly monitor your network for suspicious devices.
Follow me on Instagram or support my work by buying me a coffee!
This tool is for ethical hacking and educational purposes only. Do not use it on networks you do not own or have permission to test.