Closed vendito-david closed 1 year ago
Relevant PR in OpenVAS-Docker: https://github.com/Secure-Compliance-Solutions-LLC/OpenVAS-Docker/pull/17 Relevant PR for gitbook: https://github.com/Secure-Compliance-Solutions-LLC/gitbook/pull/22
The project is deprecated and no longer accepting pull requests.
Certain restricted environments have no internet connectivity and updating the image is problematic in those environments with rsync.
The OpenVAS image could use the existing SSH tunnel (forward a local port next to the unix socket) to access a Squid proxy running on the main GVM instance. Starting the proxy would be optional and in case it is not started, it wouldn't be possible to access it from the OpenVAS.
Summary
Adding optional squid proxy which starts when SQUID=true env variable is set. Using port 3128. Can be used from remote scanner if the port is forwarded in the existing tunnel.
Checklist
Fixed Bug/Issues solved:
Created issues: #16 in OpenVAS-Docker and #344 in GVM-Docker. https://github.com/Secure-Compliance-Solutions-LLC/OpenVAS-Docker/issues/16 https://github.com/Secure-Compliance-Solutions-LLC/GVM-Docker/issues/344