Am Samstag, 2. August 2014, 20:30:14 schrieb Rene Behring: > Hey, > i thought, when safe_checks are enabled, all nvts are executed expect > ACT_DENIAL, ACT_KILL_HOST, ACT_DESTRUCTIVE_ATTACK and ACT_FLOOD. And in > the category ACT_MIXED_ATTACK its only looking for banners when > safe_checks are enabled and its attacking when not. > > but in some nvts is a „if(safe_checks())“, even in some ACT_GATHER_INFO. > so which exactly are executed and which not?
well, if safe checks are enabled, those are not executed: ACT_DESTRUCTIVE_ATTACK, ACT_KILL_HOST, ACT_FLOOD and ACT_DENIAL and all NVTs that use the conditional. In some NVTs that might be only parts of the NVT not the full NVT. -- Dr. Jan-Oliver Wagner | ++49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 202460 Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
