openvas-cli-1.4.5/VERSION.in 000644 001751 001751 00000000027 12337066260 016472 0 ustar 00michael michael 000000 000000 @CPACK_PACKAGE_VERSION@ openvas-cli-1.4.5/doc/check_omp.8.xml 000644 001751 001751 00000015360 13005621262 020400 0 ustar 00michael michael 000000 000000
check_omp is a OMP command line tool specifically designed to
support Nagios core in order to integrate vulnerability scan
results into system monitoring.
Basically, check_omp works the same like the "omp" command line tool.
omp --username foobar --trend
Connect to the OpenVAS Manager as user foobar and ask for trend.
The canonical places where you will find more information
about the OpenVAS project are:
The check_omp command line client is released under the GNU GPL,
version 2, or, at your option, any later version.
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 omp binary is a command line client which uses the OMP
protocol to connect to the OpenVAS Manager and makes it easy to
access the full functionality provided by the OpenVAS Manager
conveniently from the command line and allows quick integration
in a scripted environment.
omp --username foobar --get-tasks
Connect to the OpenVAS Manager as user foobar and get the list
of tasks.
The canonical places where you will find more information
about the OpenVAS project are:
The omp command line client is released under the GNU GPL,
version 2, or, at your option, any later version.
ompOMP command line client for the Open Vulnerability Assessment System (OpenVAS)Synopsisomp OPTIONSDescriptionTogether, 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 omp binary is a command line client which uses the OMP protocol to connect to the OpenVAS Manager and makes it easy to access the full functionality provided by the OpenVAS Manager conveniently from the command line and allows quick integration in a scripted environment. Options-h, --host=HOST Connect to OpenVAS Manager on host HOST. -p, --port=PORT Connect to OpenVAS Manager on port PORT. -u, --username=USER Use the username USER to access the OpenVAS Manager. -w, --password=PASSWORD Use the password PASSWORD to access the OpenVAS Manager. If the password is not set as parameter, it will be requested interactively. --config-file=FILE Use the information provided in FILE as parameters for the connection to the OpenVAS Manager. --send-file=FILE Replace SENDFILE in xml string to send with base64 encoded content of FILE. Only the first occurrence is replaced. -P, --prompt Prompt to exit. -O, --get-omp-version Display the OMP version used by OpenVAS Manager. -C, --create-task Create a task. -n, --name=NAME Use NAME as the name for the newly created task. -c, --comment=COMMENT Use COMMENT as the comment for the newly created task. -t, --target=TARGET Use TARGET as the target for the newly created task. --file Add text in stdin as file on task.. -E, --delete-report Delete one or more reports. -D, --delete-task Delete one or more tasks. -R, --get-report Get report of one task. -F, --get-report-formats Get report formats (OMP 2.0 only). -f, --format=FORMAT Get report in format FORMAT. -G, --get-tasks Get status of one, many or all tasks. -g, --get-configs Get configs. -T, --get-targets Get targets. -M, --modify-task Modify a task. -S, --start-task Start one or more tasks. -X, --xml=COMMAND Send COMMAND as XML to the OpenVAS Manager (e.g. "<help/>", "<get_version/>"). -i, --pretty-print In combination with -X, pretty print the response. -v, --version Print version. -?, --help Show help. EXAMPLESomp --username foobar --get-tasks Connect to the OpenVAS Manager as user foobar and get the list of tasks. SEE ALSOopenvassd (8) gsad (8) openvasmd (8) check_omp (8) MORE INFORMATION ABOUT THE OpenVAS PROJECTThe canonical places where you will find more information about the OpenVAS project are: http://www.openvas.org/ (Official site) http://wald.intevation.org/projects/openvas/ (Development Platform) COPYRIGHTThe omp command line client is released under the GNU GPL, version 2, or, at your option, any later version. |