! Only run these scripts on networks you own or are authorized to test!
! See lines 17-21 of the LICENSE for more info.
These scripts are made to execute a Denial-of-Service (DoS) attack against a wireless network (i.e. they'll crash a wifi network).
They will only run on Kali Linux. I recommend creating a virtual machine and installing kali on the vm.
Please note: these scripts require a wireless adapter that supports both monitor mode and injection mode. (The wireless adapters in most laptops don't support monitor and injection modes.)
If you have a windows machine, you can test your wireless adapter's capabilities like this:
- Open powershell or command prompt in administrator mode
- run
netsh
- run
wlan show wirelesscapabilities
- In the list that's shown, Network monitor mode will show "Supported" or "Not Supported"
If your wireless adapter doesn't support these modes, you can buy one. Click here for more info.
You can contribute by forking this repo and submitting a pull request.
This project is licensed under the MIT License.