On 10/16/07 12:12, Jeff Chapin wrote: > I am running the command line scanner, and I am getting an error with > false positives on plugin 12110.
Thanks for the report. I've just committed a change to the plugin so it will only run if report paranoia is set to paranoid (eg, "report_paranoia" is 2). > My vendor claims that the issue has > been addressed with a back ported patch. Could you provide some details? What is the server response header returned from the affected system? And what vendor / package is installed on it? > begin(SCANNER_SET) ... > 12110 = no > > end(SCANNER_SET) > > > I have been led to believe that this would disable the plug-in in > question, but does not appear to do so. That's because the SCANNER_SET block is used to enable / disable only plugins in the scanner category. Update the corresponding line in the PLUGIN_SET block and it should work. George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
