Summary
This NVT set some options for the brute force credentials checks.
Credentials file:
A file containing a list of credentials. One username/password pair per line. Username and password are seperated by '
'. Please use 'none' for
empty passwords or empty usernames. If the username or the password contains a '
', please escape it with '\
'.
Example:
user
userpass
user1
userpass1
none
userpass2
user3
none
user4
pass\
word
user5
userpass5
Use only credentials listed in uploaded file:
Use only the credentials that are listed in the uploaded file. The internal default credentials are ignored.