Nmap Development mailing list archives
Re: port unreachable and UDP scanning
From: Fyodor <fyodor () insecure org>
Date: Mon, 16 Dec 2002 17:57:57 -0800
On Mon, Dec 02, 2002 at 11:43:41PM +0100, R Anderson wrote:
case 3: /* p0rt unreachable */
- if (scantype == UDP_SCAN) {
+ if (scantype == UDP_SCAN && ip->ip_src.s_addr ==
+ target->v4host().s_addr) {
newstate = PORT_CLOSED;
} else newstate = PORT_FIREWALLED;
I agree that this extra test makes sense and will include the change in the next version of Nmap. Cheers, -F --------------------------------------------------------------------- For help using this (nmap-dev) mailing list, send a blank email to nmap-dev-help () insecure org . List run by ezmlm-idx (www.ezmlm.org).
Current thread:
- port unreachable and UDP scanning R Anderson (Dec 02)
- Re: port unreachable and UDP scanning Fyodor (Dec 16)
