removed a newline
This commit is contained in:
@@ -52,7 +52,7 @@ class AttackWPA(Attack):
|
|||||||
|
|
||||||
if handshake:
|
if handshake:
|
||||||
Color.pl('\n\n{+} {G}using existing handshake found at %s{W}' % handshake.capfile)
|
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:
|
else:
|
||||||
timeout_timer = Timer(Configuration.wpa_attack_timeout)
|
timeout_timer = Timer(Configuration.wpa_attack_timeout)
|
||||||
deauth_timer = Timer(Configuration.wpa_deauth_timeout)
|
deauth_timer = Timer(Configuration.wpa_deauth_timeout)
|
||||||
|
|||||||
Reference in New Issue
Block a user