Working on getting WEP attacks finished

Lots of small fixes/tweaks/changes.
This commit is contained in:
derv82
2015-05-31 02:28:54 -07:00
parent e4dc646688
commit 35de5ea8a6
11 changed files with 271 additions and 55 deletions

View File

@@ -121,8 +121,8 @@ class Scanner(object):
if __name__ == '__main__':
Configuration.initialize()
# Example displays targets and selects the appropriate one
Configuration.initialize()
try:
s = Scanner()
targets = s.select_targets()
@@ -133,3 +133,4 @@ if __name__ == '__main__':
Color.p("{W}Selected: ")
print t
Configuration.exit_gracefully(0)