diff --git a/envs/monkey_zoo/blackbox/test_configurations/depth_3_a.py b/envs/monkey_zoo/blackbox/test_configurations/depth_3_a.py index b1268a1f095..f7633a7dcc8 100644 --- a/envs/monkey_zoo/blackbox/test_configurations/depth_3_a.py +++ b/envs/monkey_zoo/blackbox/test_configurations/depth_3_a.py @@ -25,7 +25,7 @@ def _add_exploiters(agent_configuration: AgentConfiguration) -> AgentConfigurati exploiters: Dict[str, Mapping] = { "PowerShellExploiter": {}, "SSHExploiter": {}, - "WmiExploiter": {"smb_download_timeout": 30}, + "WMI": {"agent_binary_upload_timeout": 30}, } return add_exploiters(agent_configuration, exploiters=exploiters) diff --git a/envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py b/envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py index 2fb24c6fc04..ed69edb122d 100644 --- a/envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py +++ b/envs/monkey_zoo/blackbox/test_configurations/depth_4_a.py @@ -22,7 +22,7 @@ def _add_exploiters(agent_configuration: AgentConfiguration) -> AgentConfiguration: exploiters: Dict[str, Mapping] = { "SSHExploiter": {}, - "WmiExploiter": {"smb_download_timeout": 30}, + "WMI": {"agent_binary_upload_timeout": 30}, } return add_exploiters(agent_configuration, exploiters=exploiters)