On Thu, Apr 29, 2004 at 10:46:11AM -0600, Christopher J Bidwell wrote: > Does anyone know how I can only parse the high vulnerabilities out of my > nessus scans and output that data into HTML?
[ NB: I'm not sure if this is a general query or you have a need to
convert results from some specific format to HTML; hopefully the former. ]
Since it's line-oriented, the NBE output format enables you to filter
scan results fairly easily. So, in your case, you could do something
like:
fgrep "|Security Hole|" results.nbe > high.nbe
nessus -i high.nbe -o high.html
By the way, if you didn't generate NBE output originally but have
enabled session saving, you can use my sd2nbe script to recover results
from saved sessions. You can find sd2nbe along with various examples of
manipulating NBE output at:
http://www.tifaware.com/perl/sd2nbe/
George
--
[EMAIL PROTECTED]
pgp00000.pgp
Description: PGP signature
_______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
