diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-11 08:07:48 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-11 08:07:48 +0000 |
commit | 6f2fa963ba8c96cd66f55ea8cbd7fe6d70de7621 (patch) | |
tree | 7e2e0c8345c39d006c2dff9145c34db3daa46b6c /security | |
parent | 4ea299a7c05797664dc400431b5de50e1488b273 (diff) | |
download | pkgsrc-6f2fa963ba8c96cd66f55ea8cbd7fe6d70de7621.tar.gz |
dsniff 2.2
Diffstat (limited to 'security')
-rw-r--r-- | security/dsniff/Makefile | 29 | ||||
-rw-r--r-- | security/dsniff/files/md5 | 3 | ||||
-rw-r--r-- | security/dsniff/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/dsniff/pkg/DESCR | 3 | ||||
-rw-r--r-- | security/dsniff/pkg/PLIST | 20 |
5 files changed, 56 insertions, 0 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile new file mode 100644 index 00000000000..aeb0a6ea468 --- /dev/null +++ b/security/dsniff/Makefile @@ -0,0 +1,29 @@ +# Makefile for: dsniff +# Version required: 1.0 +# Date created: 17 Dec 1999 +# Whom: dugsong@monkey.org +# +# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $ + +DISTNAME= dsniff-2.2 + +CATEGORIES= security +NEED_VERSION= 1.301 + +MAINTAINER= dugsong@monkey.org + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= http://www.monkey.org/~dugsong/dsniff/ + +BUILD_DEPENDS= ${PREFIX}/lib/libnet.a::net/libnet \ + ${PREFIX}/lib/libnids.a::net/libnids + +CONFIGURE_STYLE=gnu + +FAKE_FLAGS= install_prefix=${WRKINST} + +.include <bsd.port.mk> diff --git a/security/dsniff/files/md5 b/security/dsniff/files/md5 new file mode 100644 index 00000000000..74252be752b --- /dev/null +++ b/security/dsniff/files/md5 @@ -0,0 +1,3 @@ +MD5 (dsniff-2.2.tar.gz) = 6b4529263d390149961cf3ca74d82141 +RMD160 (dsniff-2.2.tar.gz) = ccdb87e0506a410c0699320beafb9b4e593d336b +SHA1 (dsniff-2.2.tar.gz) = b10fea157b6be12c6b1a3dda28fd066198bddb67 diff --git a/security/dsniff/pkg/COMMENT b/security/dsniff/pkg/COMMENT new file mode 100644 index 00000000000..6713ae1dd1b --- /dev/null +++ b/security/dsniff/pkg/COMMENT @@ -0,0 +1 @@ +password sniffer diff --git a/security/dsniff/pkg/DESCR b/security/dsniff/pkg/DESCR new file mode 100644 index 00000000000..7c1866ab576 --- /dev/null +++ b/security/dsniff/pkg/DESCR @@ -0,0 +1,3 @@ + +password sniffer, plus sniffing tools for penetration testing + diff --git a/security/dsniff/pkg/PLIST b/security/dsniff/pkg/PLIST new file mode 100644 index 00000000000..f2027fd2f80 --- /dev/null +++ b/security/dsniff/pkg/PLIST @@ -0,0 +1,20 @@ +sbin/arpredirect +sbin/dsniff +sbin/filesnarf +sbin/macof +sbin/mailsnarf +sbin/tcpkill +sbin/tcpnice +sbin/urlsnarf +sbin/webspy +lib/dsniff.magic +lib/dsniff.services +man/man8/arpredirect.8 +man/man8/dsniff.8 +man/man8/filesnarf.8 +man/man8/macof.8 +man/man8/mailsnarf.8 +man/man8/tcpkill.8 +man/man8/tcpnice.8 +man/man8/urlsnarf.8 +man/man8/webspy.8 |