dgiorgio / gvm-docker

Greenbone Vulnerability Management for Docker - based on git source code.
BSD 3-Clause "New" or "Revised" License
39 stars 21 forks source link

Ospd #6

Open mrcnpp opened 4 years ago

mrcnpp commented 4 years ago

I know is a generic question but how can I set the ospd module in the rigth way using your docker environment ? The wiki was not helpful at all . Thanks

dgiorgio commented 4 years ago

The OSPD is already inside the openvas container. Your question would be, how to add a gvmd / openvas slave? If so, there are some ways, my favorite way is to use a gvmd slave.

In this way, the GVMD (master) sends the request to the GVMD (slave). and the GVMD (Slave) can be on another network.

I used this in the old images. https://github.com/dgiorgio/gvm-docker/tree/legacy

I haven't created an easy way to set this up yet, it's on my task list.

mrcnpp commented 4 years ago

ok thanks i'll wait 👍