diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 03:13:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 03:13:59 +0000 |
commit | 33f3aab20cabce3f7696bc3445f8e8b74dfe4237 (patch) | |
tree | 97856b1fdfedaef145d07b40d55a520f49e57873 /security/dsniff | |
parent | ffb5b2189aa04cc4262cfb8991314151d7aff333 (diff) | |
download | ports-33f3aab20cabce3f7696bc3445f8e8b74dfe4237.tar.gz ports-33f3aab20cabce3f7696bc3445f8e8b74dfe4237.zip |
Notes
Diffstat (limited to 'security/dsniff')
-rw-r--r-- | security/dsniff/Makefile | 17 | ||||
-rw-r--r-- | security/dsniff/distinfo | 3 | ||||
-rw-r--r-- | security/dsniff/pkg-comment | 1 | ||||
-rw-r--r-- | security/dsniff/pkg-descr | 17 | ||||
-rw-r--r-- | security/dsniff/pkg-plist | 7 |
5 files changed, 45 insertions, 0 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile new file mode 100644 index 000000000000..01edb7b6952b --- /dev/null +++ b/security/dsniff/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: dsniff +# Version required: 1.1 +# Date created: 08 Jan 2000 +# Whom: kris@FreeBSD.org +# +# $FreeBSD$ + +DISTNAME= dsniff-1.1 +CATEGORIES= security +MASTER_SITES= http://www.monkey.org/~dugsong/dsniff/ + +MAINTAINER= kris@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \ + ${LOCALBASE}/lib/libnids.a:${PORTSDIR}/net/libnids + +.include <bsd.port.mk> diff --git a/security/dsniff/distinfo b/security/dsniff/distinfo new file mode 100644 index 000000000000..19a32c71098c --- /dev/null +++ b/security/dsniff/distinfo @@ -0,0 +1,3 @@ +MD5 (dsniff-1.1.tar.gz) = 198ec4a93db825aa178c9d15f17d2230 +RMD160 (dsniff-1.1.tar.gz) = da13cb6abb467a5530bcf47900c119b952a4a963 +SHA1 (dsniff-1.1.tar.gz) = e0ab58460524fd0389b2438578101d300cb97e4c diff --git a/security/dsniff/pkg-comment b/security/dsniff/pkg-comment new file mode 100644 index 000000000000..428ac22a5086 --- /dev/null +++ b/security/dsniff/pkg-comment @@ -0,0 +1 @@ +various sniffing utilities for penetration testing diff --git a/security/dsniff/pkg-descr b/security/dsniff/pkg-descr new file mode 100644 index 000000000000..4cd87e2bc4cd --- /dev/null +++ b/security/dsniff/pkg-descr @@ -0,0 +1,17 @@ +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 +mailsnarf a fast and easy way to violate the Electronic Communications + Privacy Act of 1986 (18 USC 2701-2711), be careful +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 +webspy sends URLs sniffed from a client to your local Netscape + browser for display, a fun party trick + +WWW: http://www.monkey.org/~dugsong/ diff --git a/security/dsniff/pkg-plist b/security/dsniff/pkg-plist new file mode 100644 index 000000000000..6d7f114c6d7f --- /dev/null +++ b/security/dsniff/pkg-plist @@ -0,0 +1,7 @@ +sbin/arpredirect +sbin/findgw +sbin/macof +sbin/dsniff +sbin/mailsnarf +sbin/urlsnarf +sbin/webspy |