forked from p34709852/monkey
UI: Add plugin definitions for vulnerability exploiters
This commit is contained in:
parent
1f3bffbabe
commit
7cf64e798a
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue