forked from p15670423/monkey
Agent: Add TODO comment for VictimHost type hint to HostExploiter.py
This commit is contained in:
parent
03178b6011
commit
6cdb86aa4b
|
@ -77,6 +77,7 @@ class HostExploiter:
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO: host should be VictimHost, at the moment it can't because of circular dependency
|
||||||
def exploit_host(self, host, telemetry_messenger: ITelemetryMessenger, options: Dict):
|
def exploit_host(self, host, telemetry_messenger: ITelemetryMessenger, options: Dict):
|
||||||
self.host = host
|
self.host = host
|
||||||
self.telemetry_messenger = telemetry_messenger
|
self.telemetry_messenger = telemetry_messenger
|
||||||
|
|
Loading…
Reference in New Issue