From d971627be7b89c41c9de2fc5e0b2a4e9417cd85c Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 14 Apr 2022 13:58:44 -0400 Subject: [PATCH] UT: Update custom pbas options in automated_master_config.json --- .../monkey_configs/automated_master_config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json b/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json index 439103396..8ed5eb8b8 100644 --- a/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json +++ b/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json @@ -64,8 +64,10 @@ "PBA_windows_filename": "", "command_servers": ["10.197.94.72:5000"], "current_server": "localhost:5000", - "custom_PBA_linux_cmd": "", - "custom_PBA_windows_cmd": "", + "custom_pbas": { + "linux_command": "", + "windows_command": "" + }, "depth": 2, "dropper_set_date": true, "exploit_lm_hash_list": ["DEADBEEF", "FACADE"],