On Mon, May 15, 2006 at 01:44:26PM -0700, [EMAIL PROTECTED] wrote: > and in the resulting output.html, module 11111 calls out a couple of > things, which I know are expected/OK. How do I disable module 11111 > from calling these out in the future? I tried adding it to the > scanner_set section, but it called out module 11111 again anyway.
You mean plugin rather than "module", right? If so, you will need to edit the config file, find where it's enabled, and disable it. That would be in the PLUGIN_SET block, with a line like "11111 = yes". Note that the plugin may still be run if it's a dependency and you have the configuration option 'auto_enable_dependencies' enabled. In that case, you may want to enable 'silent_dependencies'. > Does the Nessus Network Auditing book cover version 2.2.7 ?? The book was written right before 2.2 came out so no. Still, I think a lot of the information it contains is still relevant. [Disclaimer: I'm one of the authors.] George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
