diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-07 03:56:11 +0800 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-07 03:56:11 +0800 |
commit | befb53d1fa59aeca7e32b2cefd575d1f8d53c52a (patch) | |
tree | 0f3793886afbc8fba0eadb19284fd0bf65fc81bf /net-mgmt/Makefile | |
parent | f3307d416cce6ab53989117eb6a8b238ec0efbf1 (diff) | |
download | freebsd-ports-gnome-befb53d1fa59aeca7e32b2cefd575d1f8d53c52a.tar.gz freebsd-ports-gnome-befb53d1fa59aeca7e32b2cefd575d1f8d53c52a.tar.zst freebsd-ports-gnome-befb53d1fa59aeca7e32b2cefd575d1f8d53c52a.zip |
add net-mgmt/dnsmap : DNS domain name brute forcing tool
PR: 208732
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9064
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index eaec53f779f0..b68acf6fc245 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -55,6 +55,7 @@ SUBDIR += dhcdrop SUBDIR += dhcp_probe SUBDIR += disco + SUBDIR += dnsmap SUBDIR += docsis SUBDIR += driftnet SUBDIR += ehnt |