File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99class 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' ,
You can’t perform that action at this time.
0 commit comments