On Fri, Mar 07, 2003 at 07:51:57AM -0800, Michael Hale wrote: > I'd like to disable certain plugins so they cannont be > scanned by any nessus user. Is there a way to disable > these at the server level? A Global policy that can > be defined?
Why not simply delete them ?
cd /usr/local/lib/nessus/plugins
egrep -l "script_id.id1|id2|id3..." | xargs rm
-- Renaud
