forked from p15670423/monkey
Agent: Fix typo in monkey.py (repoitory -> repository)
This commit is contained in:
parent
145078839d
commit
f270a50c00
|
@ -200,10 +200,10 @@ class InfectionMonkey:
|
||||||
puppet.load_plugin("smb", SMBFingerprinter(), PluginType.FINGERPRINTER)
|
puppet.load_plugin("smb", SMBFingerprinter(), PluginType.FINGERPRINTER)
|
||||||
puppet.load_plugin("ssh", SSHFingerprinter(), PluginType.FINGERPRINTER)
|
puppet.load_plugin("ssh", SSHFingerprinter(), PluginType.FINGERPRINTER)
|
||||||
|
|
||||||
agent_repoitory = CachingAgentRepository(
|
agent_repository = CachingAgentRepository(
|
||||||
f"https://{self._default_server}", ControlClient.proxies
|
f"https://{self._default_server}", ControlClient.proxies
|
||||||
)
|
)
|
||||||
exploit_wrapper = ExploiterWrapper(self.telemetry_messenger, agent_repoitory)
|
exploit_wrapper = ExploiterWrapper(self.telemetry_messenger, agent_repository)
|
||||||
|
|
||||||
puppet.load_plugin(
|
puppet.load_plugin(
|
||||||
"SSHExploiter",
|
"SSHExploiter",
|
||||||
|
|
Loading…
Reference in New Issue