forked from p15670423/monkey
Agent: fix log4shell to be able to exploit more than 1 service
This commit is contained in:
parent
0cd6b1e616
commit
0006112e79
|
@ -130,7 +130,7 @@ class Log4ShellExploiter(WebRCE):
|
||||||
"service_name": exploit.service_name,
|
"service_name": exploit.service_name,
|
||||||
"port": port,
|
"port": port,
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
||||||
class HTTPHandler(http.server.BaseHTTPRequestHandler):
|
class HTTPHandler(http.server.BaseHTTPRequestHandler):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue