Hi,
Since I have to use Nessus against a network protected by a
firewall/IPS, I need to configure a delay between checks.  Read on ML
archive suggestion from Renaud for Nessus2

///
Edit nessus-core/nessusd/attack.c and add, in the function
launch_plugin, at line 208 :

      sleep(10);
////

tried it in nessus2, but it doesn't seem to work...
Is sleep inserted in the right place?
--
plugin_set_running_state(sched, plugin, PLUGIN_STATUS_DONE);
              return 0;
              sleep(10);
              }
----

And than, how can this be accomplished in nessus3?
Thanks in advance

Regards
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to