forked from p15670423/monkey
Common: Add PBA const and remove system info collector const for process list collection
This commit is contained in:
parent
976c46cf86
commit
5d01f12d45
|
@ -9,3 +9,4 @@ POST_BREACH_TIMESTOMPING = "Modify files' timestamps"
|
||||||
POST_BREACH_SIGNED_SCRIPT_PROXY_EXEC = "Signed script proxy execution"
|
POST_BREACH_SIGNED_SCRIPT_PROXY_EXEC = "Signed script proxy execution"
|
||||||
POST_BREACH_ACCOUNT_DISCOVERY = "Account discovery"
|
POST_BREACH_ACCOUNT_DISCOVERY = "Account discovery"
|
||||||
POST_BREACH_CLEAR_CMD_HISTORY = "Clear command history"
|
POST_BREACH_CLEAR_CMD_HISTORY = "Clear command history"
|
||||||
|
POST_BREACH_PROCESS_LIST_COLLECTION = "Process list collection"
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
PROCESS_LIST_COLLECTOR = "ProcessListCollector"
|
|
||||||
MIMIKATZ_COLLECTOR = "MimikatzCollector"
|
MIMIKATZ_COLLECTOR = "MimikatzCollector"
|
||||||
|
|
Loading…
Reference in New Issue