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]

NQS - A Nessus Quick Summary (again)

Subject: NQS - A Nessus Quick Summary (again)
Date: Thu, 26 Aug 2004 10:24:05 -0500
[ Silly Evolution seems to have munged the first post attempt, sorry. ]
Hi,

I've been working on what started as a simple Perl script to blast out
the key parts of a Nessus report (NBE format). It's turned into a
rather extensive script and with an additional shell script to make
some supporting files. It's not a complete "reporting solution", but
it gets the job done for me.

The attached tarball contains two files: 1) make-plugin-names, and 2)
nqs.

make-plugin-names builds the abbreviated plugin list cache (using the
nessus client). As a side effect, this script runs
"nessus-update-plugins" for you.

nqs is the main script. It includes perldoc-style documentation. I
think it's pretty self-explanatory. The output is plain text.

You can extract records from the NBE file in many different ways with
NQS, including Nessus Plugin ID (with --nessus-id <ID[,ID...]),
regular expressions (applied to the plugin output) (with --regex
'<perl-regex>'), classes of probes (with --class "classname"), Hosts
(with --host), etc.

You can also choose to omit (with "--omit <ID[,ID...]>") any number of
Nessus Plugin ID's from the NQS report (for example, I sometimes don't
care to see the output of "traceroute" in the reports).

NQS is already starting to suffer from creeping featurism, so I think
this is a good time to publish it.

I welcome fixes and improvements!

(Renaud, if you are willing to grant me CVS access to nessus-tools,
I'll maintain it in there.)

Have fun!

 -David

Attachment: binAHE39ryIKE.bin
Description: application/gzip

_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus
<Prev in Thread] Current Thread [Next in Thread>
  • NQS - A Nessus Quick Summary (again), david . klann <=