Common: Add SSHCollector to system info collectors

This commit is contained in:
Mike Salvatore 2022-02-16 14:52:51 -05:00
parent dd1df14b8e
commit 2f838372b5
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
PROCESS_LIST_COLLECTOR = "ProcessListCollector"
MIMIKATZ_COLLECTOR = "MimikatzCollector"
SSH_COLLECTOR = "SSHCollector"