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.
This commit is contained in:
Mike Salvatore 2021-10-14 13:56:05 -04:00
parent 701d589c77
commit 8d7a5a410c
1 changed files with 1 additions and 1 deletions

View File

@ -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": [],