12 lines
460 B
TOML
12 lines
460 B
TOML
[global.username-wordlist]
|
|
default = '/usr/share/seclists/Usernames/top-usernames-shortlist.txt'
|
|
help = 'A wordlist of usernames, useful for bruteforcing. Default: %(default)s'
|
|
|
|
[global.password-wordlist]
|
|
default = '/usr/share/seclists/Passwords/darkweb2017-top100.txt'
|
|
help = 'A wordlist of passwords, useful for bruteforcing. Default: %(default)s'
|
|
|
|
[global.domain]
|
|
default = false
|
|
help = 'The domain to use (if known). Used for DNS and/or Active Directory.'
|