On Wed, Feb 28, 2007 at 11:28:04AM -0500, Kevin Reiter wrote:

Doing my test run now.  If anyone's interested, this is the script I just 
whipped up for testing it:
...
nmap -n -sS -p1-65535 -oG $target $subnet/24
...
nessus -q -x -V -c /root/.nessusrc -T html localhost 1241 username password 
$target $results/$subnet.html

You appear to use nmap's greppable output file, $target, as the target specification for the Nessus client. I'd be surprised if that works. What might be better is to echo "$subnet/24" to a separate file and use that as the penultimate commandline argument.

George
--
[EMAIL PROTECTED]
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to