2.2.1: Version bump for setup.py changes. Save wordlists to share/dict
Should resolve #102
This commit is contained in:
2
setup.py
2
setup.py
@@ -16,7 +16,7 @@ setup(
|
||||
'wifite/util',
|
||||
],
|
||||
data_files=[
|
||||
('share/wordlists', ['wordlist-top4800-probable.txt'])
|
||||
('share/dict', ['wordlist-top4800-probable.txt'])
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
||||
@@ -8,7 +8,7 @@ from .tools.macchanger import Macchanger
|
||||
|
||||
class Configuration(object):
|
||||
''' Stores configuration variables and functions for Wifite. '''
|
||||
version = '2.1.9'
|
||||
version = '2.2.1'
|
||||
|
||||
initialized = False # Flag indicating config has been initialized
|
||||
temp_dir = None # Temporary directory
|
||||
|
||||
Reference in New Issue
Block a user