Changing default wordlists, fix bug in wps/wash
This commit is contained in:
@@ -60,7 +60,7 @@ class Configuration(object):
|
||||
wordlists = [
|
||||
'/usr/share/wfuzz/wordlist/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt',
|
||||
'/usr/share/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt',
|
||||
'/usr/share/sqlmap/txt/wordlist.txt'
|
||||
'/usr/share/wordlists/fern-wifi/common.txt'
|
||||
]
|
||||
for wlist in wordlists:
|
||||
if os.path.exists(wlist):
|
||||
|
||||
Reference in New Issue
Block a user