forked from p15670423/monkey
Agent: Initialize MimikatzCollector with a event_queue
This commit is contained in:
parent
808bf5fee9
commit
9b08b2942f
|
@ -254,7 +254,7 @@ class InfectionMonkey:
|
|||
|
||||
puppet.load_plugin(
|
||||
"MimikatzCollector",
|
||||
MimikatzCredentialCollector(),
|
||||
MimikatzCredentialCollector(event_queue),
|
||||
PluginType.CREDENTIAL_COLLECTOR,
|
||||
)
|
||||
puppet.load_plugin(
|
||||
|
|
Loading…
Reference in New Issue