It is sometimes useful to check the source of a plugin when you are
browsing a report, but the reports only contain script IDs, not file
names.
You can have all this on www.nessus.org, but 1) I have personal scripts
that are not in the CVS repository, 2) I am not always connected to
Internet.

fgrep -r "script_id(XXX);" /opt/nessus/lib/nessus/plugins/ 
works but is slow. 

Here is a small Perl script. You may have to edit it to change some paths.
When it is executed the first time, it fills a DB file with the
script IDs & names.
 
Usage is simple. For example:
$ nessusid.pl 11030 12042
11030   apache_chunked_encoding.nasl
12042   reviewpost_sql.nasl
$ 

-- 
Michel Arboi            GPG Key ID: 0x4A44A08307436AAC
SOGETI IS / ESEC / 6-8 rue Duret / 75784 Paris Cedex 16 / France
http://esec.fr.sogeti.com/

Attachment: nessusid.pl
Description: Perl program

_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to