Welcome to the Wi-Fi Deauth repository! This project provides a simple and effective tool for executing Wi-Fi deauthentication attacks. Whether you are a network security enthusiast or a professional, this tool can help you understand the vulnerabilities in Wi-Fi networks.
Wi-Fi networks are an integral part of our daily lives. However, they can also be vulnerable to attacks. A deauthentication attack forces a device to disconnect from a Wi-Fi network, making it a useful tool for testing network security. This repository aims to provide a straightforward way to perform such attacks.
For the latest releases, please visit here. You can download the necessary files and execute them to get started.
- Simple Interface: Easy to use with minimal setup.
- Cross-Platform: Works on various operating systems.
- Lightweight: Small footprint for quick execution.
- Real-Time Monitoring: Observe network behavior during the attack.
- Open Source: Free to use and modify as per your needs.
To get started with Wi-Fi Deauth, follow these simple steps:
-
Clone the Repository:
git clone https://github.com/demondeep/wifideauth.git cd wifideauth
-
Install Dependencies: Make sure you have Python installed. You can install the required libraries using:
pip install -r requirements.txt
-
Download the Executable: For the latest version, check the Releases section. Download the appropriate file and execute it.
Once installed, you can use the tool with a simple command. Here’s a basic example:
python wifideauth.py --target <TARGET_MAC> --interface <YOUR_INTERFACE>
Replace <TARGET_MAC>
with the MAC address of the device you want to disconnect, and <YOUR_INTERFACE>
with your network interface name.
--target
: Specify the MAC address of the target device.--interface
: Specify the network interface to use for the attack.--help
: Display help information.
To disconnect a device with MAC address 00:11:22:33:44:55
using interface wlan0
, run:
python wifideauth.py --target 00:11:22:33:44:55 --interface wlan0
Ensure your wireless card is in monitor mode for effective results. Use the following command:
sudo airmon-ng start wlan0
Then run the deauth command as shown above.
We welcome contributions! If you have suggestions or improvements, please fork the repository and submit a pull request. You can also open issues for any bugs or feature requests.
- Follow the coding standards.
- Write clear commit messages.
- Document your code where necessary.
This project is licensed under the MIT License. Feel free to use and modify the code as per your requirements.
For any questions or feedback, please reach out to us. You can also visit our Releases section for updates and downloads.
Thank you for checking out Wi-Fi Deauth! We hope this tool helps you explore the fascinating world of network security.