immauss / openvas

Containers for running the Greenbone Vulnerability Manager. Run as a single container with all services or separate single applications containers via docker-compose.
GNU Affero General Public License v3.0
337 stars 97 forks source link

Does it really work? #282

Closed soyoeml closed 5 days ago

soyoeml commented 1 week ago

I used latest version to deploy that docker on a local machine. I also use default docker configuration and doesn't change anything except set admin password. Then I setup a task of port 22 and target to my EC2 instance which has critical openssh CVEs. But after scanned, OpenVas reported zero results of CVEs. The EC2 port 22 is open to all IPs and IPv6. Can I count on immauss/openvas?

immauss commented 1 week ago

Yes. It does work. image

That's results from my testing environment. It runs against various containers running different linux distros.

I'll try to do a little more testing over the next few days (I'm currently on vacation), but as far as I know, everything works fine.

There are quite a few people, including myself, using it in production environments.

Tips:

I'll let you know if I find any problems.

-Scott

immauss commented 5 days ago

I've done some more testing, and there are no issues with running scans. Everything does work.

Thanks, Scott