derv82 / wifite2

Rewrite of the popular wireless network auditor, "wifite"
GNU General Public License v2.0
6.45k stars 1.32k forks source link

Crashes if target does not appear / disappears #132

Open derv82 opened 6 years ago

derv82 commented 6 years ago
[!] Traceback (most recent call last):
[!] File "/home/asdf/Tools/wifite2/wifite/attack/all.py", line 76, in attack_single
[!] result = attack.run()
[!] File "/home/asdf/Tools/wifite2/wifite/attack/wpa.py", line 42, in run
[!] handshake = self.capture_handshake()
[!] File "/home/asdf/Tools/wifite2/wifite/attack/wpa.py", line 94, in capture_handshake
[!] airodump_target = self.wait_for_target(airodump)
[!] File "/home/asdf/Tools/wifite2/wifite/model/attack.py", line 24, in wait_for_target
[!] raise Exception('Target did not appear after %d seconds, stopping' % Attack.target_wait)
[!] Exception: Target did not appear after 60 seconds, stopping

Bad if target goes down, or if goes out of range, what if people are war-walkin'?

daxueba commented 5 years ago

wifite2/wifite/model/attack.py old:target_wait = 60 new:target_wait = 600

Spessmen14 commented 3 years ago

Still getting this issue.