Files
ports/security/openvas8/files/pkg-message.in
Jose Alonso Cardenas Marquez ec093cec9b - Fix rc scripts of OpenVAS 9 ports
- Change some entries of openvas8/files/pkg-message
- Change some entries of openvas9/files/pkg-message. It reflects socket use of
  OpenVAS 9 ports.
- Fix problems into OpenVAS 9 greenbone*-sync scripts
- Add missing dependency (ftp/wget)
- Fix socket connection from openvas9-manager to openvas9-scanner
- Bump PORTREVISION
2017-08-07 03:48:23 +00:00

58 lines
1.6 KiB
Plaintext

###############################################################################
OpenVAS 8 ports were installed
1) Redis is a dependency of OpenVAS. Please, configure redis-server for
listening on socket /tmp/redis.sock. openvassd needs it
2) If you installed security/openvas8-manager port (openvasmd) with PostgrSQL
support, please look at:
%%LOCALBASE%%/share/docs/openvas-scanner/postgres-HOWTO
It will guide you for configure PostgreSQL as OpenVAS database backend
instead of SQLite3
3) The following steps are neccessary before of you can access to OpenVAS web
interface (gsad):
# openvassd
# openvas-mkcert
# openvas-mkcert-client -n -i
# openvas-nvt-sync
# openvas-scapdata-sync
# openvas-certdata-sync
# openvasmd --rebuild --progress
# openvasmd --create-user=admin --role=Admin
# openvasmd --user=admin --new-password=yourpassword
4) Add the following lines to /etc/rc.conf
openvassd_enable="YES"
openvasmd_enable="YES"
gsad_enable="YES"
5) Start OpenVAS Scanner. It will listen on 127.0.0.1:9391 by default
# service openvassd restart
6) 5) Start OpenVAS Manager. It will listen on 127.0.0.1:9390 by default
# service openvasmd restart
# openvasmd --rebuild --progress
7) Start OpenVAS web interface. It will listen on http://127.0.0.1:8080 by
default
# service gsad start
8) gsad can export results to PDF. It needs print/texlive-texmf port
# pkg install texlive-texmf
It will install 1G of data
9) Enjoy it
###############################################################################