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 /security/nmap/Makefile | |
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.
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 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/ \ |