From eabe6980745d34255923fbf0a04484e4eb87906f Mon Sep 17 00:00:00 2001 From: kimocoder Date: Tue, 27 Feb 2018 10:31:16 +0100 Subject: [PATCH 1/2] removed a newline --- py/AttackWPA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 4cf1ce039b450861abd6f313ccc7f67c15bd1223 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Tue, 27 Feb 2018 10:38:49 +0100 Subject: [PATCH 2/2] change back 1 wordlist used --- py/Configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/Configuration.py b/py/Configuration.py index 067ffe7..aadccc1 100644 --- a/py/Configuration.py +++ b/py/Configuration.py @@ -69,7 +69,7 @@ class Configuration(object): wordlists = [ '/usr/share/wfuzz/wordlist/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt', '/usr/share/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt', - '/usr/share/fern-wifi-cracker/extras/wordlists/common.txt' + '/usr/share/wordlists/fern-wifi/common.txt' ] for wlist in wordlists: if os.path.exists(wlist):