openvas经理包装说明

所述OpenVAS-Manager是OpenVAS-扫描仪和各种客户端应用程序,如OpenVAS-Client或Greenbone安全助手之间的层。在其他功能,它增加了扫描结果的服务器端存储,它使得不需要扫描的客户端保持连接,直到扫描完成。

openvas经理首页 | 卡利openvas经理回购

  • 作者:OpenVAS
  • 许可:GPL第二版

列入openvas-manager软件包工具

greenbone-certdata同步 - 同步CERT数据
[email protected]:~# greenbone-certdata-sync --help
/usr/sbin/greenbone-certdata-sync: Sync CERT data
 --describe display current feed info
 --feedversion  display version of this feed
 --help     display this help
 --identify display information
 --refresh  update database without downloading new state
 --selftest perform self-test
 --version  display version

greenbone-scapdata同步 - 同步SCAP数据

[email protected]:~# greenbone-scapdata-sync --help
/usr/sbin/greenbone-scapdata-sync: Sync SCAP data
 --describe        display current feed info
 --feedversion     display version of this feed
 --help            display this help
 --identify        display information
 --refresh         update database without downloading new state
 --refresh-private update database using only user data
 --selftest        perform self-test
 --version         display version
 --verbose         enable verbose log messages

openvasmd - 开放式漏洞评估系统经理

[email protected]:~# openvasmd --help
Usage:
  openvasmd [OPTION...] - Manager of the Open Vulnerability Assessment System

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

Application Options:
  --backup                                Backup the database.
  -d, --database=<file>                   Use <file> as database.
  --disable-cmds=<commands>               Disable comma-separated <commands>.
  --disable-encrypted-credentials         Do not encrypt or decrypt credentials.
  --disable-password-policy               Do not restrict passwords to the policy.
  -f, --foreground                        Run in foreground.
  -a, --listen=<address>                  Listen on <address>.
  --listen2=<address>                     Listen also on <address>.
  -m, --migrate                           Migrate the database and exit.
  --create-credentials-encryption-key     Create a key to encrypt credentials.
  --encrypt-all-credentials               (Re-)Encrypt all credentials.
  --otp                                   Serve OTP too.
  -p, --port=<number>                     Use port number <number>.
  --port2=<number>                        Use port number <number> for address 2.
  --rebuild                               Rebuild the NVT cache and exit.
  -l, --slisten=<address>                 Scanner (openvassd) address.
  -s, --sport=<number>                    Scanner (openvassd) port number.
  -u, --update                            Update the NVT cache and exit.
  -v, --verbose                           Print progress messages.
  --version                               Print version and exit.

openvas-certdata同步 - 同步CERT咨询数据

[email protected]:~# openvas-certdata-sync --help
/usr/sbin/openvas-certdata-sync: Sync CERT advisory data
OpenVAS administrator functions:
 --refresh      refresh database without downloading feed data
 --selftest     perform self-test
 --identify     display information
 --version      display version
 --describe     display current CERT feed info
 --feedversion   display current CERT feed version

Environment variables:
CERT_DIR             where to place CERT advisories
OV_CERT_RSYNC_FEED   URL of rsync feed
TMPDIR               temporary directory used to download the files
PRIVATE_SUBDIR       subdirectory to exclude from deletion by rsync

openvas-scapdata同步 - 使用不同的协议同步SCAP数据

[email protected]:~# openvas-scapdata-sync --help
/usr/sbin/openvas-scapdata-sync: Sync SCAP data using different protocols
 --rsync        sync with rsync (default)
 --refresh      update database without downloading feed data
 --refresh-private  update database only using private data
 --check        just checksum check
OpenVAS administrator functions:
 --selftest perform self-test
 --identify display information
 --version  display version
 --describe display current scap feed info
 --feedversion   display current scap feed version
 --dst-dir <dir>    SCAP destination directory
Options:
 --verbose       enable verbose log messages

Environment variables:
SCAP_DIR        where to extract plugins (absolute path)
OV_RSYNC_FEED   URL of rsync feed
OV_HTTP_FEED    URL of http feed
TMPDIR      temporary directory used to download the files
PRIVATE_SUBDIR  subdirectory to exclude from deletion by rsync
Note that you can use standard ones as well (e.g. http_proxy) for wget/curl

openvasmd用法示例

开始在本地主机上的守护进程(-a 127.0.0.1),端口9390(-p 9390),并连接到扫描仪守护程序在本地主机上(-l 127.0.0.1),端口9391(-s 9391):

openvas-certdata同步用法示例

[email protected]:~# openvas-certdata-sync
[i] This script synchronizes a CERT advisory directory with the OpenVAS one.
[i] CERT dir: /var/lib/openvas/cert-data
[i] Will use rsync
[i] Using rsync: /usr/bin/rsync
[i] Configured CERT data rsync feed: rsync://feed.openvas.org:/cert-data

OpenVAS feed server - http://openvas.org/
This service is hosted by Intevation GmbH - http://intevation.de/
All transactions are logged.
Please report problems to [email protected]

receiving incremental file list

openvas-scapdata同步用法示例

[email protected]:~# openvas-scapdata-sync
[i] This script synchronizes a SCAP data directory with the OpenVAS one.
[i] SCAP dir: /var/lib/openvas/scap-data
[i] Will use rsync
[i] Using rsync: /usr/bin/rsync
[i] Configured SCAP data rsync feed: rsync://feed.openvas.org:/scap-data
OpenVAS feed server - http://openvas.org/
This service is hosted by Intevation GmbH - http://intevation.de/
All transactions are logged.
Please report problems to [email protected]

receiving incremental file list