diff options
author | Wen Heping <wen@FreeBSD.org> | 2016-05-10 09:30:03 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2016-05-10 09:30:03 +0800 |
commit | 26a3f88b677c99f15973c01cd031ec90050c7030 (patch) | |
tree | 5a81472079b2b28039e06ab3b3b01a0a0b4b2510 /net/Makefile | |
parent | a4d96fbe5ec11423fac4e3ac4dd74761c8b5dfab (diff) | |
download | freebsd-ports-gnome-26a3f88b677c99f15973c01cd031ec90050c7030.tar.gz freebsd-ports-gnome-26a3f88b677c99f15973c01cd031ec90050c7030.tar.zst freebsd-ports-gnome-26a3f88b677c99f15973c01cd031ec90050c7030.zip |
ZMap is a fast single packet network scanner designed for Internet-wide network
surveys. On a typical desktop computer with a gigabit Ethernet connection, ZMap
is capable scanning the entire public IPv4 address space in under 45 minutes.
With a 10gigE connection and PF_RING, ZMap can scan the IPv4 address space in
under 5 minutes.
WWW: https://zmap.io/
PR: 208925
Submitted by: yuri@rawbw.com
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 2fc76545aae8..9f0a4856dcaa 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1403,6 +1403,7 @@ SUBDIR += zeroconf-ioslave SUBDIR += zerotier SUBDIR += zillion + SUBDIR += zmap SUBDIR += zsync .include <bsd.port.subdir.mk> |