diff --git a/monkey/infection_monkey/exploit/HostExploiter.py b/monkey/infection_monkey/exploit/HostExploiter.py index 46e43c87a..7c3750b03 100644 --- a/monkey/infection_monkey/exploit/HostExploiter.py +++ b/monkey/infection_monkey/exploit/HostExploiter.py @@ -54,17 +54,6 @@ class HostExploiter: def is_os_supported(self): return self.host.os.get("type") in self._TARGET_OS_TYPE - def send_exploit_telemetry(self, name: str, result: bool): - from infection_monkey.telemetry.exploit_telem import ExploitTelem - - ExploitTelem( # stale code - name=name, - host=self.host, - result=result, - info=self.exploit_info, - attempts=self.exploit_attempts, - ).send() - def report_login_attempt(self, result, user, password="", lm_hash="", ntlm_hash="", ssh_key=""): self.exploit_attempts.append( {