diff --git a/monkey/infection_monkey/example.conf b/monkey/infection_monkey/example.conf index 5f7afc7e8..b3b44c585 100644 --- a/monkey/infection_monkey/example.conf +++ b/monkey/infection_monkey/example.conf @@ -41,8 +41,7 @@ "SambaCryExploiter", "Struts2Exploiter", "WebLogicExploiter", - "HadoopExploiter", - "MSSQLExploiter" + "HadoopExploiter" ], "finger_classes": [ "SSHFinger", diff --git a/monkey/monkey_island/cc/services/config_schema.py b/monkey/monkey_island/cc/services/config_schema.py index ee26f487b..8d99540bf 100644 --- a/monkey/monkey_island/cc/services/config_schema.py +++ b/monkey/monkey_island/cc/services/config_schema.py @@ -688,7 +688,6 @@ SCHEMA = { "default": [ "SmbExploiter", "WmiExploiter", - "MSSQLExploiter", "SSHExploiter", "ShellShockExploiter", "SambaCryExploiter",