Openvas-SMB docker container integration

I am running greenbone community in docker containers on ubuntu.

I need to run an authenticated scan against windows devices, and this can only be done with smb. I have pulled the openvas-smb image, though I do not know how I would add it to my compose file as there is nothing in the documentation about it. running it manually does not add another process when doing docker ps, so there must be some settings required.

Hi,

you don’t need to do anything like that. The openvas-scanner and ospd-openvas container images already contain openvas-smb. See openvas-scanner/.docker/prod.Dockerfile at main · greenbone/openvas-scanner · GitHub for more details.

2 Likes