diff options
-rw-r--r-- | security/dsniff/Makefile | 7 | ||||
-rw-r--r-- | security/dsniff/distinfo | 2 | ||||
-rw-r--r-- | security/dsniff/pkg-descr | 25 | ||||
-rw-r--r-- | security/dsniff/pkg-plist | 8 |
4 files changed, 28 insertions, 14 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile index 5bad4b97197e..c24d669ee78f 100644 --- a/security/dsniff/Makefile +++ b/security/dsniff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dsniff -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= security MASTER_SITES= http://naughty.monkey.org/~dugsong/dsniff/ @@ -18,7 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ GNU_CONFIGURE= yes USE_XLIB= yes -MAN8= arpredirect.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ - tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8 +MAN8= arpspoof.8 dsniff.8 macof.8 mailsnarf.8 tcpkill.8 \ + tcpnice.8 urlsnarf.8 webspy.8 filesnarf.8 dnsspoof.8 msgsnarf.8 \ + sshmitm.8 webmitm.8 .include <bsd.port.mk> diff --git a/security/dsniff/distinfo b/security/dsniff/distinfo index dadd97a015a2..9b8d9acdc8a6 100644 --- a/security/dsniff/distinfo +++ b/security/dsniff/distinfo @@ -1 +1 @@ -MD5 (dsniff-2.2.tar.gz) = 6b4529263d390149961cf3ca74d82141 +MD5 (dsniff-2.3.tar.gz) = 183e336a45e38013f3af840bddec44b4 diff --git a/security/dsniff/pkg-descr b/security/dsniff/pkg-descr index 4cd87e2bc4cd..523892876945 100644 --- a/security/dsniff/pkg-descr +++ b/security/dsniff/pkg-descr @@ -1,17 +1,26 @@ Various tools for network penetration testing. Please do not abuse them. -arpredirect redirect packets from a target host (or all hosts) on the LAN - intended for another host on the LAN by forging ARP replies -findgw determine the local gateway of an unknown network via passive - sniffing -macof flood the local network with random MAC addresses -dsniff simple password sniffer +arpspoof redirect packets from a target host (or all hosts) on the LAN + intended for another host on the LAN by forging ARP replies. +dnsspoof forge replies to arbitrary DNS address / pointer queries on + the LAN. +dsniff simple password sniffer. +filesnarf saves selected files sniffed from NFS traffic in the current + working directory. +macof flood the local network with random MAC addresses. mailsnarf a fast and easy way to violate the Electronic Communications - Privacy Act of 1986 (18 USC 2701-2711), be careful + Privacy Act of 1986 (18 USC 2701-2711), be careful. +msgsnarf record selected messages from sniffed AOL Instant Messenger, + ICQ 2000, IRC, and Yahoo! Messenger chat sessions. +sshmitm SSH monkey-in-the-middle. +tcpkill kills specified in-progress TCP connections. +tcpnice slow down specified TCP connections via "active" traffic + shaping. urlsnarf output all requested URLs sniffed from HTTP traffic in CLF (Common Log Format, used by almost all web servers), suitable for offline post-processing +webmitm HTTP / HTTPS monkey-in-the-middle. webspy sends URLs sniffed from a client to your local Netscape browser for display, a fun party trick -WWW: http://www.monkey.org/~dugsong/ +WWW: http://www.monkey.org/~dugsong/dsniff/ diff --git a/security/dsniff/pkg-plist b/security/dsniff/pkg-plist index 626e40493d22..37b71f322973 100644 --- a/security/dsniff/pkg-plist +++ b/security/dsniff/pkg-plist @@ -1,12 +1,16 @@ lib/dsniff.magic lib/dsniff.services -sbin/arpredirect +lib/dnsspoof.hosts +sbin/arpspoof +sbin/dnsspoof sbin/dsniff sbin/filesnarf sbin/macof sbin/mailsnarf +sbin/msgsnarf +sbin/sshmitm sbin/tcpkill sbin/tcpnice sbin/urlsnarf +sbin/webmitm sbin/webspy - |