forked from p15670423/monkey
Agent: Pass IAgentEventQueue to the Puppet
This commit is contained in:
parent
ba0ffeacce
commit
ec56b15219
|
@ -318,7 +318,7 @@ class InfectionMonkey:
|
|||
self,
|
||||
agent_event_queue: IAgentEventQueue,
|
||||
) -> IPuppet:
|
||||
puppet = Puppet()
|
||||
puppet = Puppet(agent_event_queue)
|
||||
|
||||
puppet.load_plugin(
|
||||
"MimikatzCollector",
|
||||
|
|
Loading…
Reference in New Issue