diff --git a/autoWPS.sh b/autoWPS.sh index ed7cd69..ac53b19 100644 --- a/autoWPS.sh +++ b/autoWPS.sh @@ -1,6 +1,7 @@ #!/bin/sh while (true) do -sleep 50 && killall -w wifite & wifite -i wlan0 -p 5 -mac --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 20; -sleep 5; +killall wifite; +wifite -i wlan0 -p 5 --wps --wps-only --pixie --wps-fails 1 --wps-timeouts 1 --wps-time 10; +sleep 1; done;