On Mon, May 17, 2004 at 10:57:26AM +0800, ?????? wrote:

>    1. How can I run Nessus to scan a fixed range of IPs in schedule?

Launch the unix-based nessus client from cron; eg,

    30 6 * * * nessus -c /home/me/.nessusrc localhost 1241 me nopass \
        /home/me/targets /home/me/results.nbe

>    2. Can I only scan a particular vulnerability like "MS01-020" , how ?

Your best option is to use one of the update-nessusrc scripts to
maintain a separate config file that scans for just that vulnerability
and run that before each scan (or at least after you update your nessus
plugins); eg, assuming you have tuned your nessus config file to your
tastes, run this once:

    cp ~/.nessusrc ~/.nessusrc-bugbear

and then run this before your scans:

    update-nessusrc -i 11135 -c "" -f "" -r "" ~/.nessusrc-bugbear

Also, make sure you have auto_enable_dependencies set to "yes" in the
config file so any dependencies the selected plugin has will also be
run. 

George
-- 
[EMAIL PROTECTED]

Attachment: pgp7XJI3zhek1.pgp
Description: PGP signature

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

Reply via email to