From a234713e087c89aad08dc1b62078ee0da06f7839 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Thu, 17 Feb 2022 16:55:29 +0530 Subject: [PATCH] Common: Reword process list collection PBA constant --- monkey/common/common_consts/post_breach_consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/common/common_consts/post_breach_consts.py b/monkey/common/common_consts/post_breach_consts.py index 941565767..19b6c4f19 100644 --- a/monkey/common/common_consts/post_breach_consts.py +++ b/monkey/common/common_consts/post_breach_consts.py @@ -9,4 +9,4 @@ POST_BREACH_TIMESTOMPING = "Modify files' timestamps" POST_BREACH_SIGNED_SCRIPT_PROXY_EXEC = "Signed script proxy execution" POST_BREACH_ACCOUNT_DISCOVERY = "Account discovery" POST_BREACH_CLEAR_CMD_HISTORY = "Clear command history" -POST_BREACH_PROCESS_LIST_COLLECTION = "Process list collection" +POST_BREACH_PROCESS_LIST_COLLECTION = "Collect running processes"