Hello.
I implement automatic continuous fast attacks that occur as I move:
wifite -i mon0 --showm -p 10 -inf -first 1 --ignore-cracked -mac --wps-only --wps --pixie --wps-time 5 --wps-fails 2 --wps-timeouts 5
Logically, after an unsuccessful vulnerability check (--wps-fails), the scanner should move on to the next target, even if it is a little further in signal level. However, at the moment, the scanner at each iteration again and again selects an already verified target for attack.
I think the --ignore-failed option could solve this problem.
Hello.
I implement automatic continuous fast attacks that occur as I move:
wifite -i mon0 --showm -p 10 -inf -first 1 --ignore-cracked -mac --wps-only --wps --pixie --wps-time 5 --wps-fails 2 --wps-timeouts 5Logically, after an unsuccessful vulnerability check (--wps-fails), the scanner should move on to the next target, even if it is a little further in signal level. However, at the moment, the scanner at each iteration again and again selects an already verified target for attack.
I think the
--ignore-failedoption could solve this problem.