forked from p15670423/monkey
Agent: Add TODO in Log4ShellExploiter
This commit is contained in:
parent
ead979c6ca
commit
9c2cdf15e2
|
@ -174,9 +174,10 @@ class Log4ShellExploiter(WebRCE):
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.warning(error_message)
|
logger.warning(error_message)
|
||||||
|
|
||||||
self._publish_exploitation_event(timestamp, False, error_message=error_message)
|
self._publish_exploitation_event(timestamp, False, error_message=error_message)
|
||||||
|
|
||||||
|
# TODO: _wait_for_victim() gets called even if trigger_exploit() raises an
|
||||||
|
# exception. Is that the desired behavior?
|
||||||
if self._wait_for_victim(timestamp):
|
if self._wait_for_victim(timestamp):
|
||||||
self.exploit_info["vulnerable_service"] = {
|
self.exploit_info["vulnerable_service"] = {
|
||||||
"service_name": exploit.service_name,
|
"service_name": exploit.service_name,
|
||||||
|
|
Loading…
Reference in New Issue