On Tue, Mar 09, 2004 at 02:46:43PM +0000, Ashutosh Naik wrote: > Now lets say a.nasl and b.nasl run and the option > restore_kb=on, then > > a. Will a.nasl run again ? Or will b.nasl read > directly from the restored KB
It depends of the category a.nasl is in (script_category()) and the options you set. If a.nasl is of type ACT_GATHER_INFO and the option kb_dont_replay_info_gathering is set to yes, then it won't be relaunch'ed not matter what (ie: if it did not set any key in the KB in the past, it won't do it again). > b. If I dont use a.nasl at all and use only b.nasl, > Will the above scenario work with the desired outcome > ? Then b.nasl will definitely read from the restored KB. _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
