On Mon, Dec 06, 2004 at 07:20:40AM -0800, Anubis Tut wrote:

> If I were to scan for MS04-038, and manually or auto-enable
> dependencies, I would get many items back, such as "The following
> NetBios names have been gathered" and "An SMB server is running on
> this port".

To expand on Jay's earlier posting, you could perform your scan with the
unix-based nessus client, save the results in NBE format, and then pull
out only results for MS04-038 (tested for by plugin #10861) using the
following AWK one-liner:

  awk -F'|' '$1 == "timestamps" || ($1 == "results" && $5 == "10861")' 
results.nbe > ms04-038.nbe

If desired, you can then convert that to some other format; eg,

  nessus -i ms04-038.nbe -o ms04-038.xml


George
-- 
[EMAIL PROTECTED]

Attachment: pgpL4lLcNIMCP.pgp
Description: PGP signature

_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to