On Wed, Nov 05, 2003 at 01:39:53PM +0100, Sergio Ricote Loeches wrote: > Hello everyone, > > I have observed that I have error messages in nessusd.dump which > reference the plugins wuftpd_ls_DoS and netbios_name_get. > > The messages are: > > [8195](/usr/local/lib/nessus/plugins/wuftpd_ls_DoS.nasl) recv_line: > missing or undefined parameter length or soc > [27124](/usr/local/lib/nessus/plugins/netbios_name_get.nasl) Syntax > error with set_kb_item(name:0x81a2e68, value: 0x00) > > Does anybody know what's wrong?
They are non-fatal warnings - the first one is telling you that the plugin is trying to write to a non-existant socket, and the second one is trying to set a NULL item in the KB. I'll fix those, thanks.
