Cleaning up arguments and help message

This commit is contained in:
derv82
2016-04-17 17:26:20 -04:00
parent 8b5f5ce3f4
commit 8381fed1ea
3 changed files with 60 additions and 60 deletions

View File

@@ -29,19 +29,6 @@ class Wifite(object):
elif Configuration.check_handshake:
self.check_handshake(Configuration.check_handshake)
elif Configuration.crack_wpa:
# TODO: Crack .cap file at crack_wpa
Color.pl('{!} Unimplemented method: crack_wpa')
pass
elif Configuration.crack_wep:
# TODO: Crack .cap file at crack_wep
Color.pl('{!} Unimplemented method: crack_wep')
pass
elif Configuration.update:
# TODO: Get latest version from github
Color.pl('{!} Unimplemented method: update')
pass
else:
Configuration.get_interface()
self.run()