Merge branch 'master' of https://github.com/kimocoder/wifite2 into kimocoder-master

This commit is contained in:
derv82
2018-02-27 16:50:51 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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):