Merge branch 'master' of https://github.com/kimocoder/wifite2 into kimocoder-master
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user