Skip to content

Commit 04e67db

Browse files
committed
2.2.2: Version bump for --crack improvements. Fix wordlists.
Finally clears up #102.
1 parent f641ea5 commit 04e67db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wifite/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Configuration(object):
1010
''' Stores configuration variables and functions for Wifite. '''
11-
version = '2.2.1'
11+
version = '2.2.2'
1212

1313
initialized = False # Flag indicating config has been initialized
1414
temp_dir = None # Temporary directory
@@ -85,8 +85,8 @@ def initialize(cls, load_interface=True):
8585
cls.wordlist = None
8686
wordlists = [
8787
'./wordlist-top4800-probable.txt', # Local file (ran from cloned repo)
88-
'/usr/dict/wordlists/wordlist-top4800-probable.txt', # setup.py with prefix=/usr
89-
'/usr/local/dict/wordlists/wordlist-top4800-probable.txt', # setup.py with prefix=/usr/local
88+
'/usr/share/dict/wordlist-top4800-probable.txt', # setup.py with prefix=/usr
89+
'/usr/local/share/dict/wordlist-top4800-probable.txt', # setup.py with prefix=/usr/local
9090
# Other passwords found on Kali
9191
'/usr/share/wfuzz/wordlist/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt',
9292
'/usr/share/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt',

0 commit comments

Comments
 (0)