No reporting of dependencies?
George Theall
theall at tifaware.com
Mon Dec 6 13:40:50 EST 2004
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
--
theall at tifaware.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.nessus.org/pipermail/nessus/attachments/20041206/7b29603b/attachment.bin
More information about the Nessus
mailing list