From d6bd84ad66a979a375b6dc07fb4d00f602a1126b Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Thu, 14 Jul 2022 14:28:49 +0530 Subject: [PATCH] Common: Remove unused config value path INACCESSIBLE_SUBNETS_PATH --- monkey/common/config_value_paths.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monkey/common/config_value_paths.py b/monkey/common/config_value_paths.py index 77fc0fb60..5e29ebf11 100644 --- a/monkey/common/config_value_paths.py +++ b/monkey/common/config_value_paths.py @@ -1,5 +1,4 @@ SSH_KEYS_PATH = ["internal", "exploits", "exploit_ssh_keys"] -INACCESSIBLE_SUBNETS_PATH = ["basic_network", "network_analysis", "inaccessible_subnets"] USER_LIST_PATH = ["basic", "credentials", "exploit_user_list"] PASSWORD_LIST_PATH = ["basic", "credentials", "exploit_password_list"] LM_HASH_LIST_PATH = ["internal", "exploits", "exploit_lm_hash_list"]