forked from p15670423/monkey
UI: Fix a typo in credentials.js
This commit is contained in:
parent
d2c8065163
commit
77b24ba7a6
|
@ -8,7 +8,7 @@ const CREDENTIALS = {
|
||||||
'uniqueItems': true,
|
'uniqueItems': true,
|
||||||
'items': {'type': 'string'},
|
'items': {'type': 'string'},
|
||||||
'default': [],
|
'default': [],
|
||||||
'description': 'List of user names that will be used by exploiters that need ' +
|
'description': 'List of usernames that will be used by exploiters that need ' +
|
||||||
'credentials, like SSH brute-forcing.'
|
'credentials, like SSH brute-forcing.'
|
||||||
},
|
},
|
||||||
'exploit_password_list': {
|
'exploit_password_list': {
|
||||||
|
|
Loading…
Reference in New Issue