Agent: Remove unused pba properties in config.py

This commit is contained in:
vakarisz 2022-03-30 16:07:14 +03:00
parent 2e3a718469
commit e855d2ed34
1 changed files with 0 additions and 9 deletions

View File

@ -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
###########################