Agent: Remove unreliable stop check in log4shell
This commit is contained in:
parent
684e723b09
commit
3cfa72f731
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue