Common: Remove disused network scan paths from config_value_paths.py

This commit is contained in:
Mike Salvatore 2022-07-13 13:02:03 -04:00
parent 91a65ee58c
commit db4520af50
1 changed files with 0 additions and 2 deletions

View File

@ -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"]