Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 675 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 675 Bytes

Wifi-Deauth-Python

Wifi-Deauth-Python is a Python script for automate wifi deauth attack.

Installation

You need airmon-ng and airodump-ng installed in your machine.

I tested using Kali-Linux 2021.2

git clone https://github.com/KiltzX/Wifi-Deauth-Python

Usage

sudo python3 start.py # Get wifi interfaces and enable monitor mode
sudo python3 deauth.py [interface] # To start from deauth attack

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT