forked from p15670423/monkey
Agent: Add TODO to Log4ShellExploiter
This commit is contained in:
parent
515edf265a
commit
93415cf2c8
|
@ -160,6 +160,8 @@ class Log4ShellExploiter(WebRCE):
|
|||
self.exploit_result.propagation_success = True
|
||||
|
||||
def _wait_for_victim(self) -> bool:
|
||||
# TODO: Peridodically check to see if ldap or HTTP servers have exited with an error. If
|
||||
# they have, return with an error.
|
||||
victim_called_back = False
|
||||
|
||||
victim_called_back = self._wait_for_victim_to_download_java_bytecode()
|
||||
|
|
Loading…
Reference in New Issue