Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

Re: Nessus HTML Report w/o Security Notes?

Subject: Re: Nessus HTML Report w/o Security Notes?
Date: Wed, 18 May 2005 10:08:32 -0400
On Tue, May 17, 2005 at 05:09:31PM -0400, Juan Rodriguez
wrote:

How can I generate HTML w/ graphics reports w/o "Security
Notes"? I tried  grepping "Security Hole" and "Security
Warning" and saving as new nbe file  but although nessus
loads the report it wont generate the HTML graphics  one
(it just freezes after I press OK).

I suspect the problem occurs because you're not only
removing notes but also the "timestamps" messages from the
NBE files. If you're don't mind including open ports in your
reports, you could simply do a 'fgrep -v "Security Note"';
otherwise, the following awk script should do the trick:

  awk -F'|' '$1 == "timestamps" || ($1 == "results" && NF >
4 && $6 != "Security Note")' results.nbe > nonotes.nbe

George

--
theall@tenablesecurity.com
_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>