diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-22 01:05:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-22 01:05:16 +0000 |
commit | c8ab14f8dce229b77437863de9ce41423f0cb876 (patch) | |
tree | 71c1661b8a8a156986a264246be072261465de56 /security/dsniff-nox11 | |
parent | a553ccc3bae3e545fe94a2e9646d6f0713842e45 (diff) | |
download | pkgsrc-c8ab14f8dce229b77437863de9ce41423f0cb876.tar.gz |
Initial import of dsniff-nox11, the tools from dsniff that don't
need X11. Addresses PR 25703 by Jukka Salmi.
Diffstat (limited to 'security/dsniff-nox11')
-rw-r--r-- | security/dsniff-nox11/DESCR | 4 | ||||
-rw-r--r-- | security/dsniff-nox11/Makefile | 13 | ||||
-rw-r--r-- | security/dsniff-nox11/PLIST | 28 |
3 files changed, 45 insertions, 0 deletions
diff --git a/security/dsniff-nox11/DESCR b/security/dsniff-nox11/DESCR new file mode 100644 index 00000000000..39d650723cd --- /dev/null +++ b/security/dsniff-nox11/DESCR @@ -0,0 +1,4 @@ +Password sniffer, plus sniffing tools for penetration testing. + +This package contains does not contain the X11 tool, webspy. +It is in the dsniff package. diff --git a/security/dsniff-nox11/Makefile b/security/dsniff-nox11/Makefile new file mode 100644 index 00000000000..2d749686e61 --- /dev/null +++ b/security/dsniff-nox11/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/03/22 01:05:16 wiz Exp $ + +.include "../dsniff/Makefile.common" + +PKGNAME= dsniff-nox11-${VERS} +COMMENT= Password sniffer + +CONFIGURE_ARGS+= --without-x + +post-install: + ${RM} ${PREFIX}/man/man8/webspy.8 + +.include "../../mk/bsd.pkg.mk" diff --git a/security/dsniff-nox11/PLIST b/security/dsniff-nox11/PLIST new file mode 100644 index 00000000000..06e5ddb7853 --- /dev/null +++ b/security/dsniff-nox11/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/22 01:05:16 wiz Exp $ +lib/dnsspoof.hosts +lib/dsniff.magic +lib/dsniff.services +man/man8/arpspoof.8 +man/man8/dnsspoof.8 +man/man8/dsniff.8 +man/man8/filesnarf.8 +man/man8/macof.8 +man/man8/mailsnarf.8 +man/man8/msgsnarf.8 +man/man8/sshmitm.8 +man/man8/tcpkill.8 +man/man8/tcpnice.8 +man/man8/urlsnarf.8 +man/man8/webmitm.8 +sbin/arpspoof +sbin/dnsspoof +sbin/dsniff +sbin/filesnarf +sbin/macof +sbin/mailsnarf +sbin/msgsnarf +sbin/sshmitm +sbin/tcpkill +sbin/tcpnice +sbin/urlsnarf +sbin/webmitm |