HMD Wifi Killer is a powerful WiFi deauthentication tool designed for educational and testing purposes. It provides a user-friendly interface for performing deauthentication attacks on WiFi networks using both mdk4 and aircrack-ng methods.
This tool is provided for educational purposes only. Using this tool against networks without explicit permission is illegal. The author is not responsible for any misuse or damage caused by this program.
- 🔍 Interactive network scanning
- 🎯 Multiple attack methods (mdk4 and aircrack-ng)
- 🖥️ Automatic interface detection
- 📊 Detailed network information display
- 🎨 Beautiful colored terminal interface
- 🔄 Automatic tool installation
- 🛡️ Root access verification
- 🎮 User-friendly interactive menu
- Python 3.x
- Linux operating system
- Root access
- Wireless network interface with monitor mode support
- aircrack-ng suite
- mdk4
- scapy
- termcolor
- Clone the repository:
git clone https://github.com/Hamed-Gharghi/wifi-deauther.git
cd wifi-deauther
- Make the script executable:
chmod +x wifi_deauther.py
- Run the script with root privileges:
sudo python3 wifi_deauther.py
- Run the script with sudo:
sudo python3 wifi_deauther.py
-
Select your wireless interface from the list
-
Choose your attack method:
- mdk4 (More aggressive)
- aircrack-ng (More stable)
-
Select target network or choose to attack all networks
-
Press Ctrl+C to stop the attack
- More aggressive attack
- Can target specific clients
- Higher packet rate
- More stable attack
- Better compatibility
- Lower resource usage
-i, --interface Specify wireless interface
-t, --target Target WiFi MAC address
-g, --gateway Gateway MAC address (Optional)
-n, --count Number of deauthentication packets (default: 1000)
This project is licensed under the MIT License - see the LICENSE file for details.
- Hamed Gharghi
- GitHub: @Hamed-Gharghi
If you find this tool helpful, please give it a star on GitHub!
For any questions or suggestions, please open an issue on GitHub.