> I am able to create a PDF report from command line as follows: > > #>omp -h 127.0.0.1 -p 9390 --username user -w ***** --get-report > 7af83de8-6d99-4b9c-a6b4-da635482cd31 --format > c402cc3e-b531-11e1-9163-406186ea4fc5 > report.pdf > > It includes all findings in the PDF report. Is there a way to create the > PDF report from command line with only the high, medium and low findings > and not the log findings?
Use the -X argument to omp and pass in the actual GET_REPORTS OMP command. The "levels" attribute controls which threat levels are included. http://openvas.org/protocol-doc.html http://www.greenbone.net/learningcenter/remote_controlled.html -- Greenbone Networks GmbH Neuer Graben 17, 49074 Osnabrueck, Germany | AG Osnabrueck, HR B 202460 Executive Directors: Lukas Grunwald, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
