On Tue Jun 27 2006 at 10:02, [EMAIL PROTECTED] wrote:

>> scan_info.nasl (ID 19506) gives this information.

> May be I was unclear

No you were not. And I hope I wasn't. scan_info.nasl contains:
---------------------------------
list = get_kb_list("Host/scanners/*");
if ( ! isnull(list) )
{
 foreach item ( keys(list) )
 {
  item -= "Host/scanners/";
  scanners += item + ' ';
 }
 report += 'Port scanner(s) : ' + scanners + '\n';
}
---------------------------------

> I don't find this information in the report

Then no scanner was launched, I suppose.
Just in case, have a look at the KB (if you saved it), 
grep Host/scanners/ in the file.
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to