1openvasmd(8)                System Manager's Manual               openvasmd(8)
2
3
4

NAME

6       openvasmd  - Manager daemon of the Open Vulnerability Assessment System
7       (OpenVAS)
8

SYNOPSIS

10       openvasmd OPTIONS
11

DESCRIPTION

13       OpenVAS Scanner, openvassd(8), acts as a service and offers a  communi‐
14       cation  protocol for its clients called OTP. The core task of the Open‐
15       VAS Scanner is the actual scan process.
16
17       The OpenVAS Manager is a OTP client and adds various  management  func‐
18       tionalities  to  handle and organise scan results. Thus OpenVAS Manager
19       acts as a layer between the OpenVAS Scanner and its  own  clients  (for
20       example  omp(8),  gsad(8) or gsd(8)) which connect via the OMP protocol
21       to the OpenVAS Manager.
22
23       A related service is OpenVAS Administrator,  openvasad(8)  which  among
24       other tasks also manages user accounts for OpenVAS.
25

OPTIONS

27       -a, --listen=ADDRESS
28              Listen on ADDRESS.
29
30       --create-user=USERNAME
31              Create admin user USERNAME and exit.
32
33       --role=ROLE
34              Role for --create-user option.
35
36       --delete-user=USERNAME
37              Delete user USERNAME and exit.
38
39       --get-users
40              List users and exit.
41
42       --create-scanner=NAME
43              Create scanner NAME and exit.
44
45       --scanner-host=HOST
46              Scanner  host  for  --create-scanner,  --rebuild  and  --update.
47              Default is 127.0.0.1.
48
49       --scanner-port=PORT
50              Scanner  port  for  --create-scanner,  --rebuild  and  --update.
51              Default is 9391.
52
53       --scanner-type=TYPE
54              Type  for --create-scanner option. Could be "OpenVAS Scanner" or
55              "OSP Ovaldi".
56
57       --scanner-ca-pub=CAPUB
58              Scanner CA public key path for --create-scanner.
59
60       --scanner-key-pub=KEYPUB
61              Scanner public key path for --create-scanner.
62
63       --scanner-key-priv=KEYPRIV
64              Scanner private key path for --create-scanner.
65
66       --delete-scanner=UUID
67              Delete scanner with UUID and exit.
68
69       --get-scanners
70              List scanners and exit.
71
72       --gnutls-priorities=PRIORITY
73              Set the GnuTLS priority string to PRIORITY.
74
75       --dh-params=FILE
76              Path to file  containing  Diffie-Hellman  parameters  which  are
77              needed  for  DHE-RSA. This file could be generated using openssl
78              or certtool.
79
80       --max-email-attachment-size=SIZE
81              Maximum number of bytes permitted in alert email attachments.
82
83              0 to use the default, negative to allow any size.
84
85       --max-email-include-size=SIZE
86              Maximum number of bytes permitted in reports  inlined  in  alert
87              email attachments.
88
89              0 to use the default, negative to allow any size.
90
91       --max-ips-per-target=SIZE
92              Maximum number of IPs per target.
93
94       -u, --update
95              Updates  the  database  with  information from a running scanner
96              (openvassd) and exits.
97
98       -p, --port=NUMBER
99              Listen on port number NUMBER.
100
101       --rebuild
102              Rebuild the database with information  from  a  running  scanner
103              (openvassd) and exits.
104
105       --version
106              Print version.
107
108       -v, --verbose
109              Print progress messages.
110
111       -?, --help
112              Show help.
113

SIGNALS

115       SIGHUP  causes  openvasmd to rebuild the database with information from
116       the Scanner (openvassd).
117

EXAMPLES

119       openvasmd --port 1241
120
121       Serve OMP clients on port 1241 and connect to a OTP server on 7772.
122

SEE ALSO

124       openvassd(8), openvasad(8), gsad(8), omp(8), gsd(8)
125

MORE INFORMATION ABOUT THE OPENVAS PROJECT

127       The canonical places where you will find  more  information  about  the
128       OpenVAS    project   are:   http://www.openvas.org/   (Official   site)
129       http://wald.intevation.org/projects/openvas/ (Development Platform)
130
132       The OpenVAS Manager is released under the GNU GPL, version  2,  or,  at
133       your option, any later version.
134
135
136
137Manuals                              User                         openvasmd(8)
Impressum