Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

Re: Scheduling Nessus Scans

Subject: Re: Scheduling Nessus Scans
Date: Wed, 12 Jul 2006 19:44:59 -0400
On Wed, Jul 12, 2006 at 09:11:59AM -0500, Bledsoe, Horace W. wrote:

Hello all, I am a newbie to Linux and was wondering what would be the
best approach to schedule a nessus scans from a suse 10 box?

As Tim Doty suggested, you could use cron to handle this. "man nessus"
will give you some basic information about running scans from a
commandline, but basically it will look something like this:

  nessus -c ~/.nessusrc $nessusd_host 1241 \
    $nessus_user $nessus_pass \
    $file_with_targets $output_file

It sounds like cron jobs are able to kick off the process, but can it
specify plugins, authentication, IPs to scan, etc? Or, would I need a
script for cron to run at a certain time?

Most likely, you will need to have a separate script. You will likely
want to use it in conjunction with one of the update-nessusrc scripts to
ensure that only the plugins you want are actually run.

Btw, Tenable has a commercial product, called Security Center 3, that
provides a web-based interface for configuration scans, reporting their
results, and much more. Information about the product is available here:

  http://www.tenablesecurity.com/products/sc.shtml


George
-- 
theall@tenablesecurity.com
_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>