From 9f9229bcf4451b06705c5269baea8c871d0af0be Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 22 Mar 2005 01:05:16 +0000 Subject: Initial import of dsniff-nox11, the tools from dsniff that don't need X11. Addresses PR 25703 by Jukka Salmi. --- security/dsniff-nox11/DESCR | 4 ++++ security/dsniff-nox11/Makefile | 13 +++++++++++++ security/dsniff-nox11/PLIST | 28 ++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 security/dsniff-nox11/DESCR create mode 100644 security/dsniff-nox11/Makefile create mode 100644 security/dsniff-nox11/PLIST (limited to 'security') 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 -- cgit v1.2.3