mirror of https://github.com/avast/PurpleDome
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
235 B
YAML
12 lines
235 B
YAML
4 years ago
|
###
|
||
|
# A list of protocols to brute force against. Supported: "ssh"
|
||
|
protocols:
|
||
|
- ssh
|
||
|
- rdp
|
||
|
#- ftps
|
||
|
###
|
||
|
# A file containing potential user names
|
||
|
userfile: users.txt
|
||
|
###
|
||
|
# A file containing potential passwords
|
||
|
pwdfile: passwords.txt
|