- adjusted config to mssql exploiter.

This commit is contained in:
maor.rayzin 2019-01-07 18:11:31 +02:00
parent 2ac98ca5fc
commit 0bfde8d047
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,13 @@ SCHEMA = {
], ],
"title": "WMI Exploiter" "title": "WMI Exploiter"
}, },
{
"type": "string",
"enum": [
"MSSQLExploiter"
],
"title": "MSSQL Exploiter"
},
{ {
"type": "string", "type": "string",
"enum": [ "enum": [
@ -670,6 +677,7 @@ SCHEMA = {
"default": [ "default": [
"SmbExploiter", "SmbExploiter",
"WmiExploiter", "WmiExploiter",
"MSSQLExploiter",
"SSHExploiter", "SSHExploiter",
"ShellShockExploiter", "ShellShockExploiter",
"SambaCryExploiter", "SambaCryExploiter",