On Sat, Feb 15, 2003 at 01:29:25PM -0400, Francisco Araujo wrote:

> I've been trying to run nessus client from command-line to put it in a
> cron job, i already got it running but i couldn't do it to get plugins
> preferens and server preferents from command-line options, this what i'm
> running:
...
> nessus -qpP 192.168.0.1 1241 <user> <password> targets.txt results -T
> html_graph
>  
> now the problem is i'm getting an error when i tried to run that.

The syntax you're using is incorrect.  First of all, you can't combine
the options to list plugins *and* preferences. Second, you shouldn't
specify targets, results, or output type when listing sessions, preferences,
or plugins.  Thus, you'll need to run the following two commands:

    nessus -qp 192.168.0.1 1241 <user> <password>
    nessus -qP 192.168.0.1 1241 <user> <password>

and then integrate the results, which of course will need to be redirected
in some fashion.

George
-- 
[EMAIL PROTECTED]

Attachment: msg03644/pgp00000.pgp
Description: PGP signature

Reply via email to