2.1.6: Support non-ASCII ESSIDs in scanner. Don't silently exit on crash.

Resolves #88
Resolves #92
Might be related to #85
This commit is contained in:
derv82
2018-06-09 22:20:29 -04:00
parent 96e846aa82
commit 1edba23c32
3 changed files with 3 additions and 7 deletions

View File

@@ -39,10 +39,7 @@ class Scanner(object):
self.err_msg = '\r{!} {R}Airodump exited unexpectedly (Code: %d){O} Command: {W}%s' % (airodump.pid.poll(), " ".join(airodump.pid.command))
raise KeyboardInterrupt
try:
self.targets = airodump.get_targets()
except Exception as e:
break
self.targets = airodump.get_targets()
if self.found_target():
# We found the target we want