We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95798c3 commit b889cb9Copy full SHA for b889cb9
setup.py
@@ -16,7 +16,7 @@
16
'wifite/util',
17
],
18
data_files=[
19
- ('share/wordlists', ['wordlist-top4800-probable.txt'])
+ ('share/dict', ['wordlist-top4800-probable.txt'])
20
21
entry_points={
22
'console_scripts': [
wifite/config.py
@@ -8,7 +8,7 @@
8
9
class Configuration(object):
10
''' Stores configuration variables and functions for Wifite. '''
11
- version = '2.1.9'
+ version = '2.2.1'
12
13
initialized = False # Flag indicating config has been initialized
14
temp_dir = None # Temporary directory
0 commit comments