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