diff --git a/monkey/infection_monkey/exploit/log4shell.py b/monkey/infection_monkey/exploit/log4shell.py index da39198ad..25476ebc0 100644 --- a/monkey/infection_monkey/exploit/log4shell.py +++ b/monkey/infection_monkey/exploit/log4shell.py @@ -175,9 +175,6 @@ class Log4ShellExploiter(WebRCE): self.exploit_result.exploitation_success = True return True - if self._is_interrupted(): - return False - time.sleep(1) logger.debug("Timed out while waiting for victim to download the java bytecode")