
deraison at nessus
Oct 29, 2007, 2:57 PM
Post #2 of 2
(999 views)
Permalink
|
Hi Cheryl, On Oct 29, 2007, at 5:32 PM, Cheryl Ammann wrote: > I have several Mac OS X boxes running versions between 10.4.4 and > 10.4.7. All of these boxes trigger macosx_10_4_10.nasl but not > macosx_10_4_9.nasl. > > macosx_10_4_9.nasl says: > os = get_kb_item("Host/MacOSX/Version"); > if ( ! os ) os = get_kb_item("mDNS/os"); > if ( ! os ) exit(0); > > macosx_10_4_10.nasl says: > os = get_kb_item("Host/MacOSX/Version"); > if ( ! os ) os = get_kb_item("Host/OS"); > if ( ! os ) exit(0); > > The output from plugin 11936 for some these reports that the OS > identification was done using NTP. For others it says SinFP. > > Why does one plugin use mDNS and one use Host/OS? (Just curious.) Because one predates the big os fingerprint overall we had several months ago. I've updated the plugin to use Host/OS as well. Thanks for notifying us, -- Renaud _______________________________________________ Plugins-writers mailing list Plugins-writers [at] list http://mail.nessus.org/mailman/listinfo/plugins-writers
|