Thanks for the advice of the -V tag, mised that one, but I am not sure I
know why this is coming out? Am I missing some definition of plugins? It
looks as if Nessus works, it just doesn't know what to DO with the IP's I
give it?
Nick
nessus -c nessusrcp -V -qx localhost 1241 blm blmr00t 20412493 -T html
test.html
[EMAIL PROTECTED] root]# nessus -c .nessusrc -V -q xxx.xxx.xxx.237 1241
orblmnessus ttt 20412493 -T html test3.html
attack|xxx.xxx.xxx.1|1|1467|???
attack|xxx.xxx.xxx.2|1|1467|???
attack|xxx.xxx.xxx.3|1|1467|???
attack|xxx.xxx.xxx.5|1|1467|???
attack|xxx.xxx.xxx.4|1|1467|???
attack|xxx.xxx.xxx.3|2|1467|???
attack|xxx.xxx.xxx.2|2|1467|???
attack|xxx.xxx.xxx.6|1|1467|???
attack|xxx.xxx.xxx.5|2|1467|???
attack|xxx.xxx.xxx.4|2|1467|???
attack|xxx.xxx.xxx.10|1|1467|???
attack|xxx.xxx.xxx.9|1|1467|???
attack|xxx.xxx.xxx.8|1|1467|???
attack|xxx.xxx.xxx.6|2|1467|???
attack|xxx.xxx.xxx.10|2|1467|???
attack|xxx.xxx.xxx.9|2|1467|???
attack|xxx.xxx.xxx.8|2|1467|???
attack|xxx.xxx.xxx.7|1|1467|???
attack|xxx.xxx.xxx.1|2|1467|???
attack|xxx.xxx.xxx.7|2|1467|???
----- Forwarded by Nick Ellson/ORSO/OR/BLM/DOI on 05/29/2003 10:04 AM -----
|---------+---------------------------->
| | Nick Ellson |
| | |
| | 05/29/2003 08:21 |
| | AM |
| | |
|---------+---------------------------->
>----------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| To: [EMAIL PROTECTED]
|
| cc:
|
| Subject: Can't get Nessus 2.03 working with Linux CLI Client on RedHat 8.0
|
>----------------------------------------------------------------------------------------------------------------------------------------------|
I have a VERY odd problem I am not sure where to begin troubleshooting.
I have two installs of RedHat 8.0 with Nessus 2.03. I finally got cron jobs
working using the nessus CLI client on the first machine using SSL Certs,
and was very happy with it.
I have done the very same thing to the second box, but the script will
execute, ask me to accept the servers cert, and then do nothing (usually I
am warned about how the plug-ins could damage servers..etc...) for about 10
secs then it returns. No errors in the logs, nothing. I get HTML file
result saying that no tasks were run because no servers were alive to test.
Yet I CAN ping each server from that box.
Yet the NessusWX client cert works with both servers (I can start sessions
and get results)
Help, I just need a nudge on where to start looking, I have been staring at
this for so long I can't see mistakes anymore, or I see them where there
are none..
Nick
(I killed the sensitive IP's but here are my examples...)
The /root/.nessessrc header
trusted_ca = /usr/local/com/nessus/CA/cacert.pem
cert_file = /root/nessus-mkcert.24778/cert_orblmnessus.pem
key_file = /root/nessus-mkcert.24778/key_orblmnessus.pem
ssl_version = TLSv1
nessusd_host = xx.xx.xx.237
nessusd_user = orblmnessus
paranoia_level = 1
Perl Scrip run in Cron:
#!/usr/bin/perl -w
# 93scan.pl
# -tlam- 5/1/03
# Nessus scan batch processing to generate html report
#
$DATE=`date +%m%d%y`;
chop($DATE);
#system("/usr/local/bin/nessus -c /root/.nessusrc -T html -q xx.xx.xx.237
1241 orblmnessus t /root/20412493
/home/Nessus_Reports/20412493-$DATE.html");
system("/usr/local/bin/nessus -c /root/.nessusrc -T html -q xx.xx.xx.237
1241 orblmnessus blmr00t /root/20412493
/home/Nessus_Reports/20412493-$DATE.html");