From e855d2ed34758b216246ebda82db2b882d5abb84 Mon Sep 17 00:00:00 2001 From: vakarisz Date: Wed, 30 Mar 2022 16:07:14 +0300 Subject: [PATCH] Agent: Remove unused pba properties in config.py --- monkey/infection_monkey/config.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/monkey/infection_monkey/config.py b/monkey/infection_monkey/config.py index 8e9ffce8f..7b8d793cf 100644 --- a/monkey/infection_monkey/config.py +++ b/monkey/infection_monkey/config.py @@ -89,15 +89,6 @@ class Configuration(object): keep_tunnel_open_time = 60 - ########################### - # post breach actions - ########################### - post_breach_actions = [] - custom_PBA_linux_cmd = "" - custom_PBA_windows_cmd = "" - PBA_linux_filename = None - PBA_windows_filename = None - ########################### # testing configuration ###########################