From 2f838372b5d29ea3071d1d5728f9017dd401b44d Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Wed, 16 Feb 2022 14:52:51 -0500 Subject: [PATCH] Common: Add SSHCollector to system info collectors --- monkey/common/common_consts/system_info_collectors_names.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monkey/common/common_consts/system_info_collectors_names.py b/monkey/common/common_consts/system_info_collectors_names.py index 075d6ff45..20ac2b178 100644 --- a/monkey/common/common_consts/system_info_collectors_names.py +++ b/monkey/common/common_consts/system_info_collectors_names.py @@ -1,2 +1,3 @@ PROCESS_LIST_COLLECTOR = "ProcessListCollector" MIMIKATZ_COLLECTOR = "MimikatzCollector" +SSH_COLLECTOR = "SSHCollector"