On 03/12/07 18:24, Fidencio Monroy wrote:

Do you know if this information is available for download somewhere? Something like:
...
PluginID, PluginName, FamilyID -> FamilyID, FamilyName

I'm not exactly clear what you're asking, but you can probably do this with a bit of scripting. You can get a list of plugin information stored in your server with a commandline such as:

  nessus -c ~/.nessusrc -qp localhost 1241 $user $pass

where $user and $pass are your username and password for Nessus. Output will consist of one line for each available plugin, each of which is a series of fields delimited by '|' - id, family, name, category, copyright, summary, version, cve-id, bugtraq-id, xref, and description.


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

Reply via email to