File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ [install]
2+ install-scripts =/usr/sbin
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'wifite' ,
7- #version='2.1.9',
87 version = Configuration .version ,
98 author = 'derv82' ,
109 author_email = 'derv82@gmail.com' ,
1716 'wifite/util' ,
1817 ],
1918 data_files = [
20- ('' , ['wordlist-top4800-probable.txt' ])
19+ ('share/wordlists ' , ['wordlist-top4800-probable.txt' ])
2120 ],
2221 entry_points = {
2322 'console_scripts' : [
Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ def initialize(cls, load_interface=True):
8585 cls .wordlist = None
8686 wordlists = [
8787 './wordlist-top4800-probable.txt' ,
88+ '/usr/share/wordlists/wordlist-top4800-probable.txt' ,
89+ '/usr/local/share/wordlists/wordlist-top4800-probable.txt' ,
8890 '/usr/share/wfuzz/wordlist/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt' ,
8991 '/usr/share/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt' ,
9092 '/usr/share/wordlists/fern-wifi/common.txt'
You can’t perform that action at this time.
0 commit comments