forked from p15670423/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 ' +
|
'\u26A0 Note that using unsafe exploits may cause craches of the exploited ' +
|
||||||
'machine/service.',
|
'machine/service.',
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
|
'pluginDefs': {
|
||||||
|
'ZerologonExploiter': {'name': 'ZerologonExploiter', 'options':{}},
|
||||||
|
'Log4ShellExploiter': {'name': 'Log4ShellExploiter', 'options': {}},
|
||||||
|
'HadoopExploiter': {'name': 'HadoopExploiter', 'options': {}}
|
||||||
|
},
|
||||||
'anyOf': [
|
'anyOf': [
|
||||||
{
|
{
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
|
|
Loading…
Reference in New Issue