On Mon, May 08, 2006 at 03:44:55AM -0700, Larry Petty Jr. wrote:

What is the best way to use "update-nessusrc" to accomplish the following:

enable all non-dangerous plugins
hosts scanned = 2
Security checks = 2
safe checks = yes
Nessus TCP scanner = yes
Ping the remote host = no
Nessus Syn Scan = yes
Nessus SNMP scanner = yes

The two update-nessusrc scripts only manipulate which plugins are enabled, not any of the preferences. So, with my script, you could enable all non-dangerous plugins with something like:

  update-nessusrc \
    -c '_all_,!denial,!destructive_attack,!flood,!kill_host' \
    ~/.nessusrc

Then you'd have to edit it by hand to set the preferences as desired.

George
--
[EMAIL PROTECTED]
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to