On Wed Dec 01 2004 at 23:36, Steve Fletcher wrote: > I have been trying to perform a scan with nmap, and then feed the greppable > results into nessus to help with filtering out certain hosts.
This won't help: if the host is not found in the Nmap filter, the nmap.nasl wrapper launches Nmap. > Does anyone have any recommendations on how to accomplish this? Feed Nessus with a list of IP and exclude your host from this list. Or write a specific ACT_SETTINGS plugin that declares this host dead. Real life examples of this technics are dont_scan_printers.nasl and labrea.nasl; or even ping_host.nasl > Also, I would really like to have the nmap log in addition to the nessus > results, so I don't want to rely on nmap.nasl. I have purchased the recent > nessus book from Syngress, but there is no mention of this in it anywhere. This is because the book was written before the Nmap wrapper was modified. -- [EMAIL PROTECTED] http://arboi.da.ru NASL2 reference manual http://michel.arboi.free.fr/nasl2ref/ _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
