diff --git a/monkey/common/common_consts/credential_collector_names.py b/monkey/common/common_consts/credential_collector_names.py deleted file mode 100644 index 45ee8f889..000000000 --- a/monkey/common/common_consts/credential_collector_names.py +++ /dev/null @@ -1,2 +0,0 @@ -MIMIKATZ_COLLECTOR = "MimikatzCollector" -SSH_COLLECTOR = "SSHCollector" diff --git a/monkey/common/common_consts/validation_formats.py b/monkey/common/common_consts/validation_formats.py deleted file mode 100644 index 41a460a8a..000000000 --- a/monkey/common/common_consts/validation_formats.py +++ /dev/null @@ -1,5 +0,0 @@ -# Defined in UI on ValidationFormats.js -IP_RANGE = "ip-range" -IP = "ip" -VALID_RANSOMWARE_TARGET_PATH_LINUX = "valid-ransomware-target-path-linux" -VALID_RANSOMWARE_TARGET_PATH_WINDOWS = "valid-ransomware-target-path-windows"