diff --git a/monkey/common/config_value_paths.py b/monkey/common/config_value_paths.py index c6bcf0dc0..5234fb34c 100644 --- a/monkey/common/config_value_paths.py +++ b/monkey/common/config_value_paths.py @@ -3,8 +3,6 @@ INACCESSIBLE_SUBNETS_PATH = ["basic_network", "network_analysis", "inaccessible_ USER_LIST_PATH = ["basic", "credentials", "exploit_user_list"] PASSWORD_LIST_PATH = ["basic", "credentials", "exploit_password_list"] EXPLOITER_CLASSES_PATH = ["basic", "exploiters", "exploiter_classes"] -SUBNET_SCAN_LIST_PATH = ["basic_network", "scope", "subnet_scan_list"] -LOCAL_NETWORK_SCAN_PATH = ["basic_network", "scope", "local_network_scan"] LM_HASH_LIST_PATH = ["internal", "exploits", "exploit_lm_hash_list"] NTLM_HASH_LIST_PATH = ["internal", "exploits", "exploit_ntlm_hash_list"]