1openvasmd(8) System Manager's Manual openvasmd(8)
2
3
4
6 openvasmd - Manager daemon of the Open Vulnerability Assessment System
7 (OpenVAS)
8
10 openvasmd OPTIONS
11
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
27 -a, --listen=ADDRESS
28 Listen on ADDRESS.
29
30 -l, --slisten=ADDRESS
31 Connect to server (openvassd) at address ADDRESS.
32
33 -u, --update
34 Updates the database with information from a running scanner
35 (openvassd) and exits.
36
37 -p, --port=NUMBER
38 Listen on port number NUMBER.
39
40 --rebuild
41 Rebuild the database with information from a running scanner
42 (openvassd) and exits.
43
44 -s, --sport=NUMBER
45 Connect to server (openvassd) on port number NUMBER.
46
47 --version
48 Print version.
49
50 -v, --verbose
51 Print progress messages.
52
53 -?, --help
54 Show help.
55
57 SIGHUP causes openvasmd to rebuild the database with information from
58 the Scanner (openvassd).
59
61 openvasmd --port 1241 --sport 7772
62
63 Serve OMP clients on port 1241 and connect to a OTP server on 7772.
64
66 openvassd(8) openvasad(8) gsad(8) omp(8) gsd(8)
67
69 The canonical places where you will find more information about the
70 OpenVAS project are: http://www.openvas.org/ (Official site)
71 http://wald.intevation.org/projects/openvas/ (Development Platform)
72
74 The OpenVAS Manager is release under the GNU GPL, version 2, or, at
75 your option, any later version.
76
77
78
79Manuals User openvasmd(8)