James Kelly wrote: > Would it be possible to dump out a list of all Nessus plugins showing id > number in column 1 and description in column 2?
Hi James, Yes it is possible. There is a '-p' option on the Nessus command line to dump out a list of plugins from the remote Nessus scanner such as: [r...@kingghidora bin]# ./nessus -p 192.168.20.207 1241 <nessususer> <nessuspassword> This dumps out everything about the description, family, name, .etc. You'd need to do some text manipulation of the data to get it into the format you are looking for. Ron Gula, CTO Tenable Network Security _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
