UI: Add plugin definitions for vulnerability exploiters

This commit is contained in:
Ilija Lazoroski 2022-07-01 18:06:42 +02:00
parent 1f3bffbabe
commit 7cf64e798a
1 changed files with 5 additions and 0 deletions

View File

@ -74,6 +74,11 @@ export const vulnerabilityExploiters = {
'\u26A0 Note that using unsafe exploits may cause craches of the exploited ' +
'machine/service.',
'type': 'string',
'pluginDefs': {
'ZerologonExploiter': {'name': 'ZerologonExploiter', 'options':{}},
'Log4ShellExploiter': {'name': 'Log4ShellExploiter', 'options': {}},
'HadoopExploiter': {'name': 'HadoopExploiter', 'options': {}}
},
'anyOf': [
{
'type': 'string',