Started WEP attack support.

Fixing bugs in Airodump/Scanner.
This commit is contained in:
derv82
2015-05-29 23:16:20 -07:00
parent 03509d436e
commit 1c99b74cf2
8 changed files with 226 additions and 10 deletions

View File

@@ -115,6 +115,7 @@ class Target(object):
result = '%s %s %s %s %s %s' % (essid, channel,
encryption, power,
wps, clients)
result += Color.s("{W}")
return result
@staticmethod