Skip to content

Commit

Permalink
2.2.2: Version bump for --crack improvements. Fix wordlists.
Browse files Browse the repository at this point in the history
Finally clears up #102.
  • Loading branch information
derv82 committed Aug 21, 2018
1 parent f641ea5 commit 04e67db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wifite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Configuration(object):
''' Stores configuration variables and functions for Wifite. '''
version = '2.2.1'
version = '2.2.2'

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

0 comments on commit 04e67db

Please sign in to comment.