From owner-cvs-all Sun Mar 26 17:23:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BA7E37B7EE; Sun, 26 Mar 2000 17:23:49 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA31322; Sun, 26 Mar 2000 17:23:49 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200003270123.RAA31322@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 26 Mar 2000 17:23:47 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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