> Is there an easy way from the omp command line that I can list ALL the 
> reports and delete them?
>
> Using the GUI works fine, but hoping that I can list/delete them quicker from 
> the command line.
>
> Thanks!

You can use the GET_REPORTS OMP command to get a list of reports on the
command line.  See

        http://www.openvas.org/protocol-doc.html

You can delete a single report with OMP DELETE_REPORT.

With a small script you could loop over the GET_REPORTS output, calling
DELETE_REPORT for each report.

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

Reply via email to