summaryrefslogtreecommitdiff
path: root/security/openvas8/files/pkg-message.in
blob: 54454209b0a97e59e7ee2b446791f6aeb4a585d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{ type: install
  message: <<EOM
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
EOM
}
]