forked from p15670423/monkey
Agent: Add `target` in CredentialsStolenEvent in zerologon
This commit is contained in:
parent
16ed8d6233
commit
a50554f115
|
@ -336,6 +336,7 @@ class ZerologonExploiter(HostExploiter):
|
|||
) -> None:
|
||||
credentials_stolen_event = CredentialsStolenEvent(
|
||||
source=get_agent_id(),
|
||||
target=self.host.ip_addr,
|
||||
tags=CREDENTIALS_STOLEN_EVENT_TAGS,
|
||||
stolen_credentials=extracted_credentials,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue