On Wed, 18 Jun 2003, Renaud Deraison wrote: |On Wed, Jun 18, 2003 at 07:11:19AM -0700, [EMAIL PROTECTED] wrote: |> |> Hi all I wonder if someone might be able to help be out here. I am trying |> to run a scheduled nightly scan from cron on a solaris machine. |> |> My cron entry calls a script, at 10pm, the contents of the script are |> as follows: |> |> <----nessus-scan.sh------> |> #!/bin/sh |> # run scan |> /usr/local/bin/nessus -c ~nessusrc -T html -qx <SERVER> 1241 <LOGON> |> <PASSWORD> <TARGETS> <RESULTS> |> <----nessus-scan.sh------> | |Try to delete your ~/.nessus.cert (if any) and change "-qx" to "-x -q"
Or, if it really wants a yes, echo y | blah blah which reminds me of: echo y | format c: :)
