Scroll to navigation

omp(8) System Manager's Manual omp(8)

NAME

omp - OMP command line client for the Open Vulnerability Assessment System (OpenVAS)

SYNOPSIS

omp OPTIONS

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 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

Connect to OpenVAS Manager on host HOST.
Connect to OpenVAS Manager on port PORT.
Use the username USER to access the OpenVAS Manager.
Use the password PASSWORD to access the OpenVAS Manager. If the password is not set as parameter, it will be requested interactively.
Use the information provided in FILE as parameters for the connection to the OpenVAS Manager.
Replace SENDFILE in xml string to send with base64 encoded content of FILE. Only the first occurrence is replaced.
Prompt to exit.
Display the OMP version used by OpenVAS Manager.
Create a task.
Use NAME as the name for the newly created task.
Use COMMENT as the comment for the newly created task.
Use TARGET as the target for the newly created task.
Add text in stdin as file on task..
Delete one or more reports.
Delete one or more tasks.
Get report of one task.
Get report formats (OMP 2.0 only).
Get report in format FORMAT.
Get status of one, many or all tasks.
Get configs.
Get targets.
Modify a task.
Start one or more tasks.
Send COMMAND as XML to the OpenVAS Manager (e.g. "<help/>", "<get_version/>").
In combination with -X, pretty print the response.
Print version.
-?, --help
Show help.

EXAMPLES

omp --username foobar --get-tasks

Connect to the OpenVAS Manager as user foobar and get the list of tasks.

SEE ALSO

openvassd(8) gsad(8) openvasmd(8) check_omp(8)

MORE INFORMATION ABOUT THE OPENVAS PROJECT

The 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)

COPYRIGHT

The omp command line client is released under the GNU GPL, version 2, or, at your option, any later version.

User Manuals