diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-09 12:22:03 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-09 12:22:03 +0000 |
commit | 54824dba9fb3a7f54bca91f51b4c6149194be86b (patch) | |
tree | 67f4066e78e3dad3de4e0b299b0620c4c388586d /security/nmap | |
parent | 51d122f7c9df9cd3fcb32498ca5b48bce12677f5 (diff) | |
download | ports-54824dba9fb3a7f54bca91f51b4c6149194be86b.tar.gz ports-54824dba9fb3a7f54bca91f51b4c6149194be86b.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.
Notes
Notes:
svn path=/head/; revision=44962
Diffstat (limited to 'security/nmap')
-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 |