wifi-deauth
wifi-deauth copied to clipboard
Feature Request - Timer
Hello,
Would it be possible to add a question of time to the arguments, such as running for a certain number of minutes or seconds? This would make it possible to create random time scripts.
this can be achieved quite easily with bash:
sudo timeout 10s python3 wifi_deauth.py ...
in this case its a 10second timeout, can be set to anything
unless you mean timeouts in certain sections of the code?