Minor fixes

This commit is contained in:
kimocoder
2018-02-27 08:24:22 +01:00
parent 6ff2f2b9dc
commit d6aeb97cfc
3 changed files with 4 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ class AttackWPA(Attack):
handshake = self.load_handshake(bssid=bssid, essid=essid)
if handshake:
Color.pl('\n\n{+} {G}using existing handshake found at %s{W}' % handshake.capfile)
Color.pl('\n\n{+} {G}successfully loaded handshake{W}')
else:
timeout_timer = Timer(Configuration.wpa_attack_timeout)