Agent: Add TODO to Log4ShellExploiter

This commit is contained in:
Mike Salvatore 2022-03-03 14:40:41 -05:00
parent 515edf265a
commit 93415cf2c8
1 changed files with 2 additions and 0 deletions

View File

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