Agent: Remove unreliable stop check in log4shell

This commit is contained in:
vakaris_zilius 2022-03-22 06:57:33 +00:00
parent 684e723b09
commit 3cfa72f731
1 changed files with 0 additions and 3 deletions

View File

@ -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")