Advertisement
Guest User

Untitled

a guest
Oct 30th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. One command option must be present.
  2. [root@web2 init.d]# omp --help
  3. Uso:
  4. omp [OPCIÓN…] - OpenVAS OMP Command Line Interface
  5.  
  6. Opciones de ayuda:
  7. -?, --help Mostrar opciones de ayuda
  8.  
  9. Opciones de la aplicación:
  10. -h, --host=<host> Connect to manager on host <host>
  11. -p, --port=<number> Use port number <number>
  12. -V, --version Print version.
  13. -v, --verbose Verbose messages (WARNING: may reveal passwords).
  14. --use-certs Use client certificates to authenticate.
  15. --client-cert=<cert-file> Client certificate. Default: /var/lib/openvas/CA/clientcert.pem
  16. --client-key=<key-file> Client key. Default: /var/lib/openvas/private/CA/clientkey.pem
  17. --client-ca-cert=<cert-file> Client CA certificate. Default: /var/lib/openvas/CA/cacert.pem
  18. -u, --username=<username> OMP username
  19. -w, --password=<password> OMP password
  20. --config-file=<config-file> Configuration file for connection parameters.
  21. -P, --prompt Prompt to exit.
  22. -O, --get-omp-version Print OMP version.
  23. -n, --name=<name> Name for create-task.
  24. -C, --create-task Create a task.
  25. -m, --comment=<name> Comment for create-task.
  26. -c, --config=<config> Config for create-task.
  27. -t, --target=<target> Target for create-task.
  28. -E, --delete-report Delete one or more reports.
  29. -D, --delete-task Delete one or more tasks.
  30. -R, --get-report Get report of one task.
  31. -F, --get-report-formats Get report formats. (OMP 2.0 only)
  32. -f, --format=<format> Format for get-report.
  33. --filter=<string> Filter string for get-report
  34. -G, --get-tasks Get status of one, many or all tasks.
  35. -g, --get-configs Get configs.
  36. -T, --get-targets Get targets.
  37. -i, --pretty-print In combination with -X, pretty print the response.
  38. -S, --start-task Start one or more tasks.
  39. -M, --modify-task Modify a task.
  40. --ping Ping OMP server
  41. --timeout=<number> Wait <number> seconds for OMP ping response
  42. --file Add text in stdin as file on task.
  43. -X, --xml=<command> XML command (e.g. "<help/>"). "-" to read from stdin.
  44. --send-file=<file> Replace SENDFILE in xml with base64 of file.
  45. --details Enable detailed view.
  46.  
  47. [root@web2 init.d]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement