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": {