Hi, I'm trying to get all the results for a specific report via omp using the get reports options and I'm having issues getting more than 10 results returned. I've included the commands I'm using and the result outcome being returned below.
1) When I enter the command below I get just the 10 results returned back for the specific report id omp -X "<get_reports id='enter report id here' report_filter='apply_overrides=1 notes=1 sort-reverse=severity' />" -h localhost -p 9390 -u 'enter username here' -w 'enter password here' 2) When I enter the command below, I get all results for every report that's in the system omp --xml="<get_reports id='enter report id here' report_filter='first=1 rows=-1 apply_overrides=1 notes=1 sort-reverse=severity'/>" -h localhost -p 9390 -u 'enter username here' -w 'enter password here' 3) What I want is all results for the report id i specify and not the first 10, and not all results from every report Any help would be greatly appreciated. Thanks -T
_______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
