Nmap/Nessus question
Michel Arboi
mikhail at nessus.org
Wed Dec 1 18:50:33 EST 2004
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
More information about the Nessus
mailing list