diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-09 16:43:18 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-11-09 16:43:18 +0000 |
commit | 794f6a8b8fe3b1015e36eae17154690be4718b18 (patch) | |
tree | b10c241366744f17471e754171b2cd7b547e9fff /dns/Makefile | |
parent | 7eb1d2d598cac4895882eaf9032370e5816f75b7 (diff) | |
download | ports-794f6a8b8fe3b1015e36eae17154690be4718b18.tar.gz ports-794f6a8b8fe3b1015e36eae17154690be4718b18.zip |
Add dns/dnshijacker:
dnshijacker is a libnet/libpcap based packet sniffer & spoofer. a
versatile tool, dnshijacker supports tcpdump style filters that allow
you to specifically target victims. dns answers are forged based on
entries in a "fabrication table" or by simply forging one answer to all
requests. a print only mode is also supported, allowing one to simply
monitor dns traffic. dns hijacker is an excellent tool for network level
ad blocking / removal.
WWW: http://pedram.redhive.com/projects.php
PR: ports/72898
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Notes
Notes:
svn path=/head/; revision=121201
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 2e9c0e21fa94..14ae543e0046 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -21,6 +21,7 @@ SUBDIR += dns_balance SUBDIR += dnsdoctor SUBDIR += dnsflood + SUBDIR += dnshijacker SUBDIR += dnsmasq SUBDIR += dnsproxy SUBDIR += dnssecwalker |