Date: Sun, 26 Mar 2000 17:23:47 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nmap Makefile ports/security/nmap/files md5 ports/security/nmap/patches patch-aa Message-ID: <200003270123.RAA31322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2000/03/26 17:23:46 PST Modified files: security/nmap Makefile security/nmap/files md5 security/nmap/patches patch-aa Log: Update to version 2.3 beta 17. * Added ACK scanning. This scan technique is great for testing firewall rulesets. It can NOT find open ports, but it can distinguish between filtered/unfilterd by sending an ACK packet to each port and waiting for a RST to come back. Filtered ports will not send back a RST (or will send ICMP unreachables). This scan type is activated with -sA . * Documented the Window scan (-sW) * "Protocol" field in output eliminated. It is now printed right next to the number (/etc/services style). Like "22/tcp". * Added --resume option to continue a large network scan where you left off. It also allows you to start and stop for policy reasons Revision Changes Path 1.31 +7 -4 ports/security/nmap/Makefile 1.20 +1 -1 ports/security/nmap/files/md5 1.8 +6 -6 ports/security/nmap/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003270123.RAA31322>