If I understand well, running it from the nessusd would improve the check's speed...(removing the comments of course 8)
-----Original Message----- From: Renaud Deraison [mailto:[EMAIL PROTECTED] Sent: jeudi 30 octobre 2003 15:09 To: [EMAIL PROTECTED] Subject: Re: Messenger_ms03-043.nasl On Thu, Oct 30, 2003 at 02:46:56PM +0100, Do Van, Tan wrote: > What is it for? > > #if(!get_kb_item("SMB/messenger")) > #{ > # if (debug) display("Messenger Service disabled!\n"); > # exit(0); > #} > > I can't find the function kb_smb_messenger... This part is commented out. It would optimize this check by exitting right away if messenger is disabled. I disabled this function because I assumed that some people would run this check in command line and it would produce false negatives in this case.
