openvas-administrator Package Description

This is the administrator module for the Open Vulnerability Assessment System (OpenVAS). It is intended to simplify the configuration and administration of an OpenVAS server both on a local installation as well as on a remote system.

openvas-administrator Homepage | Kali openvas-administrator Repo

  • Author: OpenVAS
  • License: GPLv2

Tools included in the openvas-administrator package

openvasad – Administrator of the Open Vulnerability Assessment System
[email protected]:~# openvasad -h
Usage:
  openvasad [OPTION...] - Administrator of the Open Vulnerability Assessment System

Help Options:
  -h, --help                              Show help options

Application Options:
  -V, --version                           Print version.
  -v, --verbose                           Verbose messages.
  -f, --foreground                        Run in foreground.
  -a, --listen=<address>                  Listen on <address>.
  -p, --port=<number>                     Use port number <number>.
  -c, --command=<command>                 OAP command (e.g. add_user, remove_user, list_users)
  -u, --username=<name>                   Username when creating, editing or removing a user
  -w, --password=<password>               Password for the new user
  -r, --role=<role>                       Role when creating or modifying a user (User, Admin or Observer)
  -t, --account=<username:password>       Username and password for new user (overrides -u and -w)
  --rules-file=<rules-file>               File containing the rules for the user
  --users-dir=<users-dir>                 Directory containing the OpenVAS user data (default: /var/lib/openvas/users/)
  --scanner-config-file=<config-file>     File containing the OpenVAS-Scanner configuration (default: /etc/openvas/openvassd.conf)
  -s, --sync-script=<sync-script>         Script to use for NVT feed synchronization
  -A, --scap-script=<scap-script>         Script to use for SCAP feed synchronization
  -C, --cert-script=<cert-script>         Script to use for CERT feed synchronization
  -F, --feed-version                      Print version of the installed NVT feed.
  -S, --sync-feed                         Synchronize the installed NVT feed.
  -T, --print-sync-status                 Print the synchronization status of the installed NVT feed.
  --enable-modify-settings                Enable the OAP MODIFY_SETTINGS command.
  --disable-password-policy               Do not restrict passwords to the policy.

openvas-administrator Usage Example

Listen on localhost (–listen=127.0.0.1) on port 9393 (–port=9393) using the specified scanner configuration file (–scanner-config-file=/etc/openvas/openvassd.conf:

[email protected]:~# openvasad --listen=127.0.0.1 --port=9393 --scanner-config-file=/etc/openvas/openvassd.conf