From f21f63fc71fed230609145641eb2d773a5ab2678 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Thu, 24 Jan 2019 12:16:31 +0200 Subject: [PATCH] victims_max_exploit changed to 30 and RDP exploiter added to fullTest.conf --- envs/monkey_zoo/configs/fullTest.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/envs/monkey_zoo/configs/fullTest.conf b/envs/monkey_zoo/configs/fullTest.conf index ef6d20c6a..8ffa668ef 100644 --- a/envs/monkey_zoo/configs/fullTest.conf +++ b/envs/monkey_zoo/configs/fullTest.conf @@ -62,7 +62,7 @@ "exploiter_classes": [ "SmbExploiter", "WmiExploiter", - "SSHExploiter", + "RdpExploiter", "ShellShockExploiter", "SambaCryExploiter", "ElasticGroovyExploiter", @@ -75,7 +75,9 @@ "ms08_067": { "ms08_067_exploit_attempts": 5, "ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT", - "ms08_067_remote_user_pass": "Password1!" + "ms08_067_remote_user_pass": "Password1!", + "remote_user_pass": "Password1!", + "user_to_add": "Monkey_IUSER_SUPPORT" }, "rdp_grinder": { "rdp_use_vbs_download": true @@ -152,13 +154,16 @@ "use_file_logging": true }, "general": { - "alive": true + "alive": true, + "post_breach_actions": [ + "BackdoorUser" + ] }, "life_cycle": { "max_iterations": 1, "retry_failed_explotation": true, "timeout_between_iterations": 100, - "victims_max_exploit": 7, + "victims_max_exploit": 30, "victims_max_find": 30 }, "system_info": {