forked from p15670423/monkey
Agent: Use default target for ZerologonExploiter event
This commit is contained in:
parent
f8b56dd171
commit
3a9830415c
|
@ -302,7 +302,6 @@ class ZerologonExploiter(HostExploiter):
|
|||
|
||||
def _publish_credentials_stolen_event(self, extracted_credentials: Sequence[Credentials]):
|
||||
credentials_stolen_event = CredentialsStolenEvent(
|
||||
target=None,
|
||||
tags=(ZEROLOGON_EVENT_TAGS),
|
||||
stolen_credentials=extracted_credentials,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue