On Fri, Aug 15, 2003 at 02:02:03PM +0000, Jack Solomon wrote:
> Thanks. When I first got nessus I tried output to nbe but the format is
> very terse (1 line per vulnerability). It doesnt give you all the
> information you want about vulnerabilities. I now output to html, wihch is
> great and gives you all the info you need but of course you cant grep out
> stuff.
You can convert nbe to html.
ie:
grep "Security Hole" report.nbe > report_light.nbe
nessus -i report_light.nbe -o report.html
-- Renaud