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.
This commit is contained in:
parent
51d122f7c9
commit
54824dba9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44962
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME?= nmap
|
PORTNAME?= nmap
|
||||||
PORTVERSION= 2.54.b25
|
PORTVERSION= 2.54.b26
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://www.insecure.org/nmap/dist/ \
|
MASTER_SITES= http://www.insecure.org/nmap/dist/ \
|
||||||
ftp://nuxi.ucdavis.edu/pub/misc/ \
|
ftp://nuxi.ucdavis.edu/pub/misc/ \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (nmap-2.54BETA25.tgz) = 62442768fc3b2ed9856241baa2281dc8
|
MD5 (nmap-2.54BETA26.tgz) = 9fa0305c82c53576f241dcc8d21b8b60
|
||||||
|
|
Loading…
Reference in a new issue