Excellent!  Thank you so much for your help!

Steve
 
-----Original Message-----
From: Michel Arboi [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 01, 2004 5:51 PM
To: Steve Fletcher
Cc: [EMAIL PROTECTED]
Subject: Re: Nmap/Nessus question

On Thu Dec 02 2004 at 00:13, Steve Fletcher wrote:

> Thanks for the quick reply!  It sounds like the best thing to do would be
to
> take the nmap log and create from it a list of IP addresses to scan, and
> then provide that list to nessus.  Correct me if I'm wrong, but it sounds
> like awk would be a good way to accomplish this.

Yes, something like this works:
awk '/Host:/ {print $2}' < nmap-oG.output > list_of_hosts

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

Reply via email to