🚀 This tool has been recreated with Python and is available on ezhil56x/deauther ⚠️
Disclaimer: This tool is provided for educational purposes only. It should not be used for illegal activities. Only use it for legitimate penetration testing and security research purposes and network devices that you own or have permission to test. By using this tool, you agree that you will not engage in any unauthorized or illegal activities with it. You understand that the misuse of this tool may violate laws and regulations and can lead to severe legal consequences, including criminal charges and penalties. The author of this tool shall not be held responsible for any damages or liabilities caused by the use or misuse of this tool. Use this tool at your own risk and with proper authorization. Ensure compliance with applicable laws and obtain necessary permissions before using it.
Wi-Fi Deauthentication Tool is a command-line utility designed for educational purposes, allowing you to perform various actions related to Wi-Fi networks. This tool is intended for legitimate penetration testing, security research purposes, and network devices that you own or have permission to test.
- Scan for Wi-Fi networks: Discover nearby Wi-Fi networks and view their details.
- Select a Wi-Fi network for further actions: Choose a specific Wi-Fi network for additional actions.
- Deauthenticate a client from a Wi-Fi network: Deauthenticate a specific client from a selected Wi-Fi network.
- Deauthenticate all clients from a Wi-Fi network: Deauthenticate all clients connected to a selected Wi-Fi network.
- Check Wi-Fi Adapter Status: Get the status of the Wi-Fi adapter.
- Change Wi-Fi Adapter Interface Name: Modify the interface name of the Wi-Fi adapter.
Before using this tool, ensure that you have the following prerequisites:
- Linux environment
- Airodump-ng and Aireplay-ng tools installed
- Proper permissions to execute the script
If you don't have airodump-ng and aireplay-ng installed on your system, you can install them using the following steps:
-
Install aircrack-ng package:
- For Debian-based systems, run:
sudo apt-get install aircrack-ng
- For Red Hat-based systems, run:
sudo yum install aircrack-ng
- For Debian-based systems, run:
-
Once the aircrack-ng package is installed, airodump-ng and aireplay-ng should be available in your system.
- Clone the repository or download the script.
- Ensure that the script has executable permissions (
chmod +x wifideauth.sh
). - Run the script using
sudo ./wifideauth.sh
. - Follow the on-screen menu prompts to choose the desired actions.
Please note that unauthorized attacks on devices that you do not own or do not have permission to test are illegal and unethical. Performing such attacks can lead to severe consequences, including legal actions, criminal charges, and penalties. The author of this tool shall not be held responsible for any damages or liabilities caused by the use or misuse of this tool. Always ensure that you have proper authorization and legal permissions before using this tool. Use it responsibly, respect privacy and security, and comply with all applicable laws and regulations.
This tool is released under the MIT License.
IMPORTANT: This tool comes with no guarantees or warranties. The author will not be responsible for any consequences resulting from the use or misuse of this tool. Use it responsibly and at your own risk.