Max Andersen <[EMAIL PROTECTED]> writes:
> No, I'm getting 53 tcp tested also, when only specifying port 80 in the
> GUI.
It looks like there is a little bug in bind_allows_updates.nasl
If the open port is seen by script #11320, then this is normal.
> Can I manually edit a file or do I have to use the command line to get
> correct port range?
*** bind_allows_updates.nasl 5 Mar 2003 12:55:22 -0000 1.2
--- bind_allows_updates.nasl 9 Oct 2003 06:29:32 -0000
***************
*** 62,69 ****
raw_string(0x00, 0x00, 0x06, 0x00, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
-
- soc = open_sock_udp(port);
if(soc)
{
send(socket:soc, data:req);
--- 62,67 ----
***************
*** 73,79 ****
if(!(ord(r[2]) & 0x09) &&
!(ord(r[3]) & 0x04))
{
! security_warning(port);
}
}
exit(0);
--- 71,77 ----
if(!(ord(r[2]) & 0x09) &&
!(ord(r[3]) & 0x04))
{
! security_warning(port: port, protocol: "udp");
}
}
exit(0);