Add Elastic Exploit to the UI

This commit is contained in:
Daniel Goldberg 2017-09-26 15:45:43 +03:00
parent 6708e623fc
commit 798b2a8794
1 changed files with 10 additions and 2 deletions

View File

@ -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"
}