forked from p15670423/monkey
Agent: fix log4shell to override the correct _exploit_host method
This commit is contained in:
parent
09988b0f80
commit
0b76b9f949
|
@ -42,7 +42,7 @@ class Log4ShellExploiter(WebRCE):
|
|||
self.ldap_port = get_free_tcp_port()
|
||||
self.class_http_server_port = get_free_tcp_port()
|
||||
|
||||
def exploit_host(self):
|
||||
def _exploit_host(self):
|
||||
|
||||
paths = self.get_monkey_paths()
|
||||
# Create server for http download and wait for it's startup.
|
||||
|
|
Loading…
Reference in New Issue