From 9f0029d040295c7874492779512783be1f8b9a13 Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Wed, 6 Jul 2022 15:46:46 +0200 Subject: [PATCH] Common: Remove credential collector names and validation formats --- monkey/common/common_consts/credential_collector_names.py | 2 -- monkey/common/common_consts/validation_formats.py | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 monkey/common/common_consts/credential_collector_names.py delete mode 100644 monkey/common/common_consts/validation_formats.py 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"