Common: Remove disused config_value_paths.py

This commit is contained in:
Mike Salvatore 2022-07-14 07:53:34 -04:00
parent c57672b9ae
commit 5209d6982a
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
SSH_KEYS_PATH = ["internal", "exploits", "exploit_ssh_keys"]
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"]
NTLM_HASH_LIST_PATH = ["internal", "exploits", "exploit_ntlm_hash_list"]
# TODO: These are tuples so that they are immutable. Make the rest of these paths tuples as well.
PBA_LINUX_FILENAME_PATH = ("monkey", "post_breach", "PBA_linux_filename")
PBA_WINDOWS_FILENAME_PATH = ("monkey", "post_breach", "PBA_windows_filename")