forked from p15670423/monkey
Add Elastic Exploit to the UI
This commit is contained in:
parent
6708e623fc
commit
798b2a8794
|
@ -62,7 +62,14 @@ SCHEMA = {
|
|||
"SambaCryExploiter"
|
||||
],
|
||||
"title": "SambaCryExploiter"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"ElasticGroovyExploiter"
|
||||
],
|
||||
"title": "ElasticGroovyExploiter"
|
||||
},
|
||||
]
|
||||
},
|
||||
"finger_classes": {
|
||||
|
@ -320,7 +327,8 @@ SCHEMA = {
|
|||
"Ms08_067_Exploiter",
|
||||
"SSHExploiter",
|
||||
"ShellShockExploiter",
|
||||
"SambaCryExploiter"
|
||||
"SambaCryExploiter",
|
||||
"ElasticGroovyExploiter"
|
||||
],
|
||||
"description": "Determines which classes to use for exploiting"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue