From d27194c5682b99ef284dafdbfe08d8a8906fba5d Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Mon, 6 Sep 2021 13:50:24 +0200 Subject: [PATCH] Zoo: Fix powershell bb config for ntlm hash --- envs/monkey_zoo/blackbox/config_templates/powershell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/monkey_zoo/blackbox/config_templates/powershell.py b/envs/monkey_zoo/blackbox/config_templates/powershell.py index 4ca0863dd..cd238fd27 100644 --- a/envs/monkey_zoo/blackbox/config_templates/powershell.py +++ b/envs/monkey_zoo/blackbox/config_templates/powershell.py @@ -17,7 +17,7 @@ class PowerShell(ConfigTemplate): "internal.classes.finger_classes": ["PingScanner"], "internal.network.tcp_scanner.HTTP_PORTS": [], "internal.network.tcp_scanner.tcp_target_ports": [], - "internal.classes.exploits.exploit_ntlm_hash_list": [ + "internal.exploits.exploit_ntlm_hash_list": [ "d0f0132b308a0c4e5d1029cc06f48692", ], }