diff --git a/py/AttackWPA.py b/py/AttackWPA.py index be6cddd..708c675 100644 --- a/py/AttackWPA.py +++ b/py/AttackWPA.py @@ -52,7 +52,7 @@ class AttackWPA(Attack): 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}') + Color.pl('\n{+} {G}successfully loaded handshake{W}') else: timeout_timer = Timer(Configuration.wpa_attack_timeout) deauth_timer = Timer(Configuration.wpa_deauth_timeout)