> For example, I'd like to add the total number of tests performed to the > "Summary" section and add a line or three for each test to the "Details" > section indicating what version of which test was performed and whatever the > results were, even if no vulnerability was discovered. Recording exactly > which tests were performed in a particular scan at a particular time would > be valuable in some circumstances. >
I believe the details of the scan are recorded in nessusd.messages. You can parse this file and easily retrieve the info about what plugins were run against which machine, how long they took (I find this handy for eliminating long running, but not critical, checks) and so on. -Ds _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
