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: batch mode - specify plugins

Subject: Re: batch mode - specify plugins
Date: Thu, 18 Aug 2005 10:59:56 +0300 (IDT)
On Wed, 17 Aug 2005, John Arends wrote:

I want to run nessus in batch mode every day with a cron job.

How can I specify which plugins to use? I googled a bit but can't figure it out. I'm not clear on how to use -p and -P.

Hi John, I suggest that you make a config file via the nessus GUI containing just the plugins you want and then setup your cronjob to use the ~/.nessusrc file.


Second, how can I reduce what the log files show? I don't care about the open ports because I usually know what is open where, and it'll confuse the person I send the reports to.

To reduce what the log files show you can set "Report Verbosity" to "Quiet". I think you meant though that you want to filter the reports (i.e. YourResults.nbe) in which case I suggest:

1. Do not run any port scanners in your audit
2. If you write your results to an NBE file then it should be pretty
   easy to filter out information that you do not want. For example

   grep Hole YourResults.nbe > EditedResults.nbe

   You can then convert the editied NBE file to other formats.

--
 - Josh

I really only want to display the critical problems (like unpatched windows machines, or windows machines that have been compromised).


_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus


_______________________________________________
Nessus mailing list
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

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