Common: Fix typo touples -> tuples

Co-authored-by: ilija-lazoroski <ilija.la@live.com>
This commit is contained in:
Mike Salvatore 2022-04-27 19:08:37 -04:00 committed by GitHub
parent 13ca4b6f8c
commit c4edec80a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ 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"]
# TODO: These are tuples so that they are immutable. Make the rest of these paths touples as well.
# 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")