From ebe79d74d441d8c6d2eb720219c2327939a5691d Mon Sep 17 00:00:00 2001 From: itay Date: Tue, 26 Feb 2019 10:51:38 +0200 Subject: [PATCH] Disable MSSQL exploiter --- monkey/infection_monkey/example.conf | 3 +-- monkey/monkey_island/cc/services/config_schema.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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",