From 8d7a5a410c045509ce8ecc3018121109c780e76f Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 14 Oct 2021 13:56:05 -0400 Subject: [PATCH] BB: Remove ".\\m0nk3y" user from Powershell user list This user was added to work around issue #1486. Since d4a1c2bda resolves that issue, this user can be removed from the config for this test. --- 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 96ba0b908..a282b2a0a 100644 --- a/envs/monkey_zoo/blackbox/config_templates/powershell.py +++ b/envs/monkey_zoo/blackbox/config_templates/powershell.py @@ -20,7 +20,7 @@ class PowerShell(ConfigTemplate): ], "basic.credentials.exploit_password_list": ["Passw0rd!"], "basic_network.scope.depth": 2, - "basic.credentials.exploit_user_list": ["m0nk3y", "m0nk3y-user", ".\\m0nk3y"], + "basic.credentials.exploit_user_list": ["m0nk3y", "m0nk3y-user"], "internal.classes.finger_classes": ["PingScanner"], "internal.network.tcp_scanner.HTTP_PORTS": [], "internal.network.tcp_scanner.tcp_target_ports": [],