UI: Fingerprinter options needs to be mappings

This commit is contained in:
Ilija Lazoroski 2022-07-20 19:37:45 +02:00
parent 40cb73e7e8
commit 3b691b5c7d
1 changed files with 5 additions and 5 deletions

View File

@ -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': [
{ {