Daniel Peck wrote: > Well thats pretty much what I had gathered, so unix to the rescue. > > Exported my scans to nsr format. then > > $ for $host in `cat *.nsr | cut -d"|" -f1 | sort | uniq`; do egrep -h > "^$host" *.nsr | sort | uniq > $host.nsr; nessus -i $host.nsr -o > $host.html; done > > You could easily modify it to be done by subnet, etc, and build the > reports up however you would like. > Is there a reason why this wouldnt work?
If you scanned the same IPs at all, you might get duplicate results in your final report. If each IP or subnet you scanned was unique, you should be fine. Ron _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
