.TH gsad 8 User Manuals .SH NAME gsad \- Greenbone Security Assistant for the Open Vulnerability Assessment System (OpenVAS) .SH SYNOPSIS \fBgsad OPTIONS \f1 .SH DESCRIPTION Together, OpenVAS Scanner (openvassd(8)) and OpenVAS Manager (openvasmd(8)) provide the core functionality of the Open Vulnerability Assessment System (OpenVAS), with OpenVAS Scanner handling the actual scan process and OpenVAS Manager adding various management functionalities to handle and organise scan results. The Greenbone Security Assistant Daemon (gsad) is a web application that connects to the OpenVAS Manager to provide for a full-featured user interface for vulnerability management. .SH OPTIONS .TP .BR -f ", " --foreground Run in foreground. .TP .BR --http-only Serve HTTP only, without SSL. .TP .BR --listen=\fIADDRESS\fR Listen on ADDRESS. .TP .BR --mlisten=\fIADDRESS\fR Manager address. .TP .BR -p ", " --port=\fIPORT\fR Listen on port number PORT. .TP .BR -m ", " --mport=\fIPORT\fR Use manager port number PORT. .TP .BR -r ", " --rport=\fIPORT\fR Redirect HTTP from port number PORT. .TP .BR --no-redirect Don't redirect HTTP to HTTPS. .TP .BR -k ", " --ssl-private-key=\fIFILE\fR Use FILE as the private key for HTTPS .TP .BR -c ", " --ssl-certificate=\fIFILE\fR Use FILE as the certificate for HTTPS .TP .BR --do-chroot Do chroot and drop privileges. .TP .BR --gnutls-priorities=\fIPRIORITIES\fR GnuTLS priorities string. .TP .BR --dh-params=\fIFILE\fR Diffie-Hellman parameters file for PFS support. Functional only with Libmicrohttpd 0.9.35 and higher. .TP .BR --unix-socket=\fIFILE\fR Listen for HTTP requests on the provided unix socket file. .TP .BR -v ", " --verbose Print progress messages. .TP .BR -V ", " --version Print version. .TP .BR --http-frame-opts=\fIFRAME-OPTS\fR X-Frame-Options HTTP header. Defaults to "SAMEORIGIN". .TP .BR --http-csp=\fICSP\fR Content-Security-Policy HTTP header. Defaults to "default-src 'self' 'unsafe-inline'; img-src 'self' blob:; frame-ancestors 'self'" .BR --http-frame-opts=\fIFRAME-OPTS\fR X-Frame-Options HTTP header. Defaults to "" .TP .BR --http-csp=\fICSP\fR Content-Security-Policy HTTP header. Defaults to "default-src 'self' 'unsafe-inline'; img-src 'self' blob:; frame-ancestors *" .TP .BR --http-sts Enable HTTP Strict-Tranport-Security header. .TP .BR --http-sts-max-age=\fImax-age\fR max-age in seconds for HTTP Strict-Tranport-Security header. Defaults to 31536000. .TP .BR -? ", " --help Show help. .SH EXAMPLES gsad Start gsad with the default port configuration and listen on port 443 for HTTPS requests. .SH SEE ALSO .BR openvassd (8), .BR Bopenvasad (8), .BR omp (8), .BR openvasmd (8), .BR gsd (8) .SH MORE INFORMATION ABOUT THE OPENVAS PROJECT The canonical places where you will find more information about the OpenVAS project are: \fBhttp://www.openvas.org/\f1 (Official site) \fBhttp://wald.intevation.org/projects/openvas/\f1 (Development Platform) .SH COPYRIGHT The Greenbone Security Assistant is released under the GNU GPL, version 2, or, at your option, any later version.