On Fri, Feb 20, 2004 at 09:42:50AM -0700, Jay Jacobson wrote: > On Fri, 20 Feb 2004, Golombek Kamil | BDO IT a.s. wrote: > > > I just wanted to throw in one other idea. If you have the "Enable > Dependencies" option turned on, then it is possible (likely) that Nessus > will run plugins that you may have manually unselected. Just a thought > here.
another option would be *perhaps* to remove all dangerous plugins as pointed out by George, such as (in your plugins dir) #for i in `egrep -l "ACT_(DESTRUCTIVE_ATTACK|DENIAL|KILL_HOST)" *.nasl`; do rm -rf $i; done -dave _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
