Zaki Akhmad wrote:
> Hello,
> 
> I want to update the OpenVAS NVT. There's a proxy to get connected to
> Internet. How do I update nvt via rsync behind proxy?

If you have newer version of openvas-scanner (3.0.1 or higher). You can
do something like this:
http_proxy="http://yourproxy.com:8080"; openvas-nvt-sync --wget

Or if you don't have wget, but curl:
http_proxy="http://yourproxy.com:8080"; openvas-nvt-sync --curl

Alternatively, you can download feed directly from here:
http://www.openvas.org/openvas-nvt-feed-current.tar.bz2
and extract it into the plugins directory.

Hope it helps,

Kost
_______________________________________________
Openvas-discuss mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss

Reply via email to