Agent: fix log4shell to be able to exploit more than 1 service

This commit is contained in:
vakarisz 2022-01-06 13:01:50 +02:00
parent 0cd6b1e616
commit 0006112e79
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Log4ShellExploiter(WebRCE):
"service_name": exploit.service_name,
"port": port,
}
return
return
class HTTPHandler(http.server.BaseHTTPRequestHandler):