forked from p34709852/monkey
UI: Fingerprinter options needs to be mappings
This commit is contained in:
parent
40cb73e7e8
commit
3b691b5c7d
|
@ -4,11 +4,11 @@ const FINGERPRINTER_CLASSES = {
|
||||||
'Infection Monkey scans.',
|
'Infection Monkey scans.',
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'pluginDefs': {
|
'pluginDefs': {
|
||||||
'smb' : {'name':'smb', 'options':''},
|
'smb' : {'name':'smb', 'options':{}},
|
||||||
'ssh' : {'name':'ssh', 'options':''},
|
'ssh' : {'name':'ssh', 'options':{}},
|
||||||
'http' : {'name':'http', 'options':''},
|
'http' : {'name':'http', 'options':{}},
|
||||||
'mssql' : {'name':'mssql', 'options':''},
|
'mssql' : {'name':'mssql', 'options':{}},
|
||||||
'elastic' : {'name':'elastic', 'options':''}
|
'elastic' : {'name':'elastic', 'options':{}}
|
||||||
},
|
},
|
||||||
'anyOf': [
|
'anyOf': [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue