From a2e283e824a1100ba43ddb6b47aa6563eadc074f Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 28 Mar 2022 19:46:36 -0400 Subject: [PATCH] UT: Update automated_master_config.json --- .../automated_master_config.json | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json b/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json index c89ab6c04..e4712defe 100644 --- a/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json +++ b/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json @@ -45,20 +45,21 @@ ] }, "exploiters": { + "options": {}, "brute_force": [ - {"name": "MSSQLExploiter"}, - {"name": "PowerShellExploiter"}, - {"name": "SmbExploiter"}, - {"name": "SSHExploiter"}, - {"name": "WmiExploiter"} + {"name": "MSSQLExploiter", "supported_os": ["windows"], "options": {}}, + {"name": "PowerShellExploiter", "supported_os": ["windows"], "options": {}}, + {"name": "SmbExploiter", "supported_os": ["windows"], "options": {}}, + {"name": "SSHExploiter", "supported_os": ["linux"], "options": {}}, + {"name": "WmiExploiter", "supported_os": ["windows"], "options": {}} ], "vulnerability": [ - {"name": "DrupalExploiter"}, - {"name": "HadoopExploiter"}, - {"name": "ShellShockExploiter"}, - {"name": "Struts2Exploiter"}, - {"name": "WebLogicExploiter"}, - {"name": "ZerologonExploiter"} + {"name": "DrupalExploiter", "supported_os": ["linux", "windows"], "options": {}}, + {"name": "HadoopExploiter", "supported_os": ["linux", "windows"], "options": {}}, + {"name": "ShellShockExploiter", "supported_os": ["linux"], "options": {}}, + {"name": "Struts2Exploiter", "supported_os": ["linux", "windows"], "options": {}}, + {"name": "WebLogicExploiter", "supported_os": ["linux", "windows"], "options": {}}, + {"name": "ZerologonExploiter", "supported_os": ["windows"], "options": {}} ] } }, @@ -102,7 +103,7 @@ "other_behaviors": {"readme": true} } }, - "system_info_collector_classes": [ + "credential_collector_classes": [ "MimikatzCollector", "SSHCollector" ]