Filter *out* by ESSID using -E (--ignore-essid)

More refactoring!
This commit is contained in:
derv82
2018-03-17 05:47:02 -04:00
parent a100d53300
commit b5cb8b69f1
5 changed files with 24 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ class Wifite(object):
return True
if __name__ == '__main__':
def run():
w = Wifite()
w.print_banner()
@@ -253,3 +253,6 @@ if __name__ == '__main__':
Color.pl('\n{!} {O}interrupted, shutting down...{W}')
Configuration.exit_gracefully(0)
if __name__ == '__main__':
run()