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

NAME

6       gsad  - Greenbone Security Assistant for the Open Vulnerability Assess‐
7       ment System (OpenVAS)
8

SYNOPSIS

10       gsad OPTIONS
11

DESCRIPTION

13       Together, OpenVAS Scanner (openvassd(8))  and  OpenVAS  Manager  (open‐
14       vasmd(8))  provide  the  core  functionality  of the Open Vulnerability
15       Assessment System (OpenVAS), with OpenVAS Scanner handling  the  actual
16       scan process and OpenVAS Manager adding various management functionali‐
17       ties to handle and organise scan results.
18
19       The Greenbone Security Assistant Daemon (gsad)  is  a  web  application
20       that  connects  to  the  OpenVAS Manager to provide for a full-featured
21       user interface for vulnerability management.
22

OPTIONS

24       -f, --foreground
25              Run in foreground.
26
27       --http-only
28              Serve HTTP only, without SSL.
29
30       --listen=ADDRESS
31              Listen on ADDRESS.
32
33       --mlisten=ADDRESS
34              Manager address.
35
36       -p, --port=PORT
37              Listen on port number PORT.
38
39       -m, --mport=PORT
40              Use manager port number PORT.
41
42       -r, --rport=PORT
43              Redirect HTTP from port number PORT.
44
45       --no-redirect
46              Don't redirect HTTP to HTTPS.
47
48       -k, --ssl-private-key=FILE
49              Use FILE as the private key for HTTPS
50
51       -c, --ssl-certificate=FILE
52              Use FILE as the certificate for HTTPS
53
54       --do-chroot
55              Do chroot and drop privileges.
56
57       --gnutls-priorities=PRIORITIES
58              GnuTLS priorities string.
59
60       --dh-params=FILE
61              Diffie-Hellman parameters file for PFS support. Functional  only
62              with Libmicrohttpd 0.9.35 and higher.
63
64       --unix-socket=FILE
65              Listen for HTTP requests on the provided unix socket file.
66
67       -v, --verbose
68              Print progress messages.
69
70       -V, --version
71              Print version.
72
73       --http-frame-opts=FRAME-OPTS
74              X-Frame-Options HTTP header. Defaults to "SAMEORIGIN".
75
76       --http-csp=CSP
77              Content-Security-Policy  HTTP  header.  Defaults to "default-src
78              'self' 'unsafe-inline'; img-src  'self'  blob:;  frame-ancestors
79              'self'"    --http-frame-opts=FRAME-OPTS   X-Frame-Options   HTTP
80              header. Defaults to ""
81
82       --http-csp=CSP
83              Content-Security-Policy HTTP header.  Defaults  to  "default-src
84              'self' 'unsafe-inline'; img-src 'self' blob:; frame-ancestors *"
85
86       --http-sts
87              Enable HTTP Strict-Tranport-Security header.
88
89       --http-sts-max-age=max-age
90              max-age  in  seconds  for  HTTP Strict-Tranport-Security header.
91              Defaults to 31536000.
92
93       -?, --help
94              Show help.
95

EXAMPLES

97       gsad
98
99       Start gsad with the default port configuration and listen on  port  443
100       for HTTPS requests.
101

SEE ALSO

103       openvassd(8), Bopenvasad(8), omp(8), openvasmd(8), gsd(8)
104

MORE INFORMATION ABOUT THE OPENVAS PROJECT

106       The  canonical  places  where  you will find more information about the
107       OpenVAS   project   are:   http://www.openvas.org/   (Official    site)
108       http://wald.intevation.org/projects/openvas/ (Development Platform)
109
111       The Greenbone Security Assistant is released under the GNU GPL, version
112       2, or, at your option, any later version.
113
114
115
116Manuals                              User                              gsad(8)
Impressum