Crack results can be saved or loaded.

Although they're not saved or loaded at this time. :(
Also, BANNER!
This commit is contained in:
derv82
2015-06-04 00:52:36 -07:00
parent 9b7cc7fb8d
commit 1078a4d5de
13 changed files with 223 additions and 23 deletions

View File

@@ -12,7 +12,9 @@ class Arguments(object):
description = 'Wrapper script around aircrack-ng and reaver'
description += ' https://github.com/derv82/wifite2'
parser = argparse.ArgumentParser(description=description)
parser = argparse.ArgumentParser(
description=description,
usage=argparse.SUPPRESS)
# Global variables
glob = parser.add_argument_group('SETTINGS')