Am 02.06.2015 um 12:35 schrieb Ajeesh Kannan:
My Openvas was installed on Last month. Now before scanning what are the
necessary updates needed to be done on my OpenVas server

depending how it is installed there are like already cronjobs
i disabled them and fire the scripts below before scanning

[root@openvas:~]$ cat /usr/local/bin/openvas-sync.sh
#!/bin/bash
/usr/sbin/openvas-nvt-sync
/usr/sbin/openvas-scapdata-sync
/usr/sbin/openvas-certdata-sync
/usr/local/bin/openvas-services restart 2> /dev/null > /dev/null

[root@openvas:~]$ cat /usr/local/bin/openvas-services
#!/bin/bash
service gsad $1
service openvas-manager $1
service openvas-scanner $1

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to