diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-09 20:22:03 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-09 20:22:03 +0800 |
commit | abd4f339340ea63f87f3b3d91afdf20bc1503640 (patch) | |
tree | 55047e9fc08ce627b64fdb85a9ea12455c4beabb | |
parent | 691b5fd789276efd35b474983539fbeeab5fd489 (diff) | |
download | freebsd-ports-gnome-abd4f339340ea63f87f3b3d91afdf20bc1503640.tar.gz freebsd-ports-gnome-abd4f339340ea63f87f3b3d91afdf20bc1503640.tar.zst freebsd-ports-gnome-abd4f339340ea63f87f3b3d91afdf20bc1503640.zip |
Update to version 2.54 Beta 26.
The coolest feature is a new scan type -- Idlescan!
The quick synopsis is that this is a completely blind scan (meaning no
packets are sent to the target from your real IP address). Instead, a
unique side-channel attack exploits predictable "IP fragmentation ID"
sequence generation on the zombie host to glean information about the
open ports on the target.
-rw-r--r-- | security/nmap/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 361b4e9cf54a..94777b5944ef 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= nmap -PORTVERSION= 2.54.b25 +PORTVERSION= 2.54.b26 CATEGORIES= security MASTER_SITES= http://www.insecure.org/nmap/dist/ \ ftp://nuxi.ucdavis.edu/pub/misc/ \ diff --git a/security/nmap/distinfo b/security/nmap/distinfo index a23ff4ec6eeb..c90d4ddde2e3 100644 --- a/security/nmap/distinfo +++ b/security/nmap/distinfo @@ -1 +1 @@ -MD5 (nmap-2.54BETA25.tgz) = 62442768fc3b2ed9856241baa2281dc8 +MD5 (nmap-2.54BETA26.tgz) = 9fa0305c82c53576f241dcc8d21b8b60 |