From 76ba33a7501d2c41a2b37b60caf20886f6530f21 Mon Sep 17 00:00:00 2001 From: vakaris_zilius Date: Wed, 13 Apr 2022 12:32:21 +0000 Subject: [PATCH] BB: Fix a WMI bug in configuration Depth 3 a should test PTH, because mimikatz is already being tested in depth 1 a. --- .../blackbox/config_templates/grouped/depth_3_a.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/envs/monkey_zoo/blackbox/config_templates/grouped/depth_3_a.py b/envs/monkey_zoo/blackbox/config_templates/grouped/depth_3_a.py index 1a8ba8b5d..ec4f91f26 100644 --- a/envs/monkey_zoo/blackbox/config_templates/grouped/depth_3_a.py +++ b/envs/monkey_zoo/blackbox/config_templates/grouped/depth_3_a.py @@ -34,12 +34,13 @@ class Depth3A(ConfigTemplate): "3Q=(Ge(+&w]*", "`))jU7L(w}", "t67TC5ZDmz", - "Ivrrw5zEzs", ], "basic_network.scope.depth": 3, "internal.general.keep_tunnel_open_time": 20, "basic.credentials.exploit_user_list": ["m0nk3y", "m0nk3y-user"], "internal.network.tcp_scanner.HTTP_PORTS": [], - "internal.exploits.exploit_ntlm_hash_list": ["d0f0132b308a0c4e5d1029cc06f48692"], + "internal.exploits.exploit_ntlm_hash_list": ["d0f0132b308a0c4e5d1029cc06f48692", + "5da0889ea2081aa79f6852294cba4a5e", + "50c9987a6bf1ac59398df9f911122c9b"], } )