From e946b547c7796a8830a8bf772fc168a638a2b815 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 4 Aug 2021 13:52:22 -0400 Subject: [PATCH] BB: Limit scanned ports for WMI PTH test --- envs/monkey_zoo/blackbox/config_templates/wmi_pth.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/envs/monkey_zoo/blackbox/config_templates/wmi_pth.py b/envs/monkey_zoo/blackbox/config_templates/wmi_pth.py index 92746c3df..84e7f3f70 100644 --- a/envs/monkey_zoo/blackbox/config_templates/wmi_pth.py +++ b/envs/monkey_zoo/blackbox/config_templates/wmi_pth.py @@ -14,6 +14,8 @@ class WmiPth(ConfigTemplate): "basic.credentials.exploit_password_list": ["Password1!"], "basic.credentials.exploit_user_list": ["Administrator", "m0nk3y", "user"], "internal.classes.finger_classes": ["PingScanner", "HTTPFinger"], + "internal.network.tcp_scanner.HTTP_PORTS": [], + "internal.network.tcp_scanner.tcp_target_ports": [135], "internal.exploits.exploit_ntlm_hash_list": [ "5da0889ea2081aa79f6852294cba4a5e", "50c9987a6bf1ac59398df9f911122c9b",