diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-10 15:04:21 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-10 15:04:21 +0000 |
commit | 90472c89575ac269a71a441ac4fd612df38f0df6 (patch) | |
tree | 55ce245b361611a83f6c4b115c73c1855f30d5aa /net-mgmt/ettercap | |
parent | Update to version 0.7.98.2. While I'm here, turn MAINTAINERship back (diff) |
Add ettercap 0.2.4, a network sniffer/interceptor/injector/logger
for switched LANs.
PR: 25641
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=39427
Diffstat (limited to 'net-mgmt/ettercap')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 23 | ||||
-rw-r--r-- | net-mgmt/ettercap/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/ettercap/files/patch-aa | 26 | ||||
-rw-r--r-- | net-mgmt/ettercap/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/ettercap/pkg-descr | 15 | ||||
-rw-r--r-- | net-mgmt/ettercap/pkg-plist | 12 |
6 files changed, 78 insertions, 0 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile new file mode 100644 index 000000000000..3d99ee0bd24a --- /dev/null +++ b/net-mgmt/ettercap/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: ettercap +# Date created: 19 February 2001 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= ettercap +PORTVERSION= 0.2.4 +CATEGORIES= net +MASTER_SITES= http://ettercap.sourceforge.net/download/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +GNU_CONFIGURE= yes + +.if !defined(NOPORTDOCS) +INSTALL_TARGET= install install-doc +.endif + +MAN8= ettercap.8 + +.include <bsd.port.mk> diff --git a/net-mgmt/ettercap/distinfo b/net-mgmt/ettercap/distinfo new file mode 100644 index 000000000000..441ef39696f0 --- /dev/null +++ b/net-mgmt/ettercap/distinfo @@ -0,0 +1 @@ +MD5 (ettercap-0.2.4.tar.gz) = 26fceaafde5a9a17477ccff465fc074c diff --git a/net-mgmt/ettercap/files/patch-aa b/net-mgmt/ettercap/files/patch-aa new file mode 100644 index 000000000000..69e654f6b695 --- /dev/null +++ b/net-mgmt/ettercap/files/patch-aa @@ -0,0 +1,26 @@ +--- Makefile.in.orig Fri Mar 9 03:49:52 2001 ++++ Makefile.in Fri Mar 9 22:45:22 2001 +@@ -12,7 +12,7 @@ + + BINDIR = @bindir@ + MANDIR = @mandir@ +-DOCDIR = ${prefix}/doc/@PROG@-@VERSION@ ++DOCDIR = ${prefix}/share/doc/@PROG@-@VERSION@ + DOC = COPYING README README.PLUGINS CHANGELOG HISTORY AUTHORS TODO THANKS KNOWN-BUGS PORTINGS + + DEBUG = @DEBUG@ +@@ -39,11 +39,12 @@ + install: @PROG@ strip + $(INSTALL) -d $(DESTDIR)$(BINDIR) + $(INSTALL) -m 700 $(PROG) $(DESTDIR)$(BINDIR) +- $(INSTALL) -d $(DESTDIR)$(DOCDIR) +- $(INSTALL) -m 644 $(DOC) $(DESTDIR)$(DOCDIR) + $(INSTALL) -d $(DESTDIR)$(MANDIR)/man8 + $(INSTALL) -m 644 $(PROG).8 $(DESTDIR)$(MANDIR)/man8/$(PROG).8 + ++install-doc: ++ $(INSTALL) -d $(DESTDIR)$(DOCDIR) ++ $(INSTALL) -m 644 $(DOC) $(DESTDIR)$(DOCDIR) + + plug-ins: + cd plugins && make && cd .. diff --git a/net-mgmt/ettercap/pkg-comment b/net-mgmt/ettercap/pkg-comment new file mode 100644 index 000000000000..a3e009bbc485 --- /dev/null +++ b/net-mgmt/ettercap/pkg-comment @@ -0,0 +1 @@ +A network sniffer/interceptor/injector/logger for switched LANs diff --git a/net-mgmt/ettercap/pkg-descr b/net-mgmt/ettercap/pkg-descr new file mode 100644 index 000000000000..a86a7a1239bd --- /dev/null +++ b/net-mgmt/ettercap/pkg-descr @@ -0,0 +1,15 @@ +Ettercap is a network sniffer/interceptor/logger for switched LAN. +It uses ARP poisoning and the man-in-the-middle technique to sniff all +the connections between two host. + +It's possible to sniff in three modes: + + + IP Based, the packets are filtered on IP source and dest + + MAC Based, packets filtered on mac address, useful to sniff + connections through gateway + + ARP based, uses arp poisoning to sniff in switched lan. + +Ettercap also supports character injection and plugins. + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/net-mgmt/ettercap/pkg-plist b/net-mgmt/ettercap/pkg-plist new file mode 100644 index 000000000000..c02fe670111b --- /dev/null +++ b/net-mgmt/ettercap/pkg-plist @@ -0,0 +1,12 @@ +bin/ettercap +%%PORTDOCS%%share/doc/ettercap-0.2.4/AUTHORS +%%PORTDOCS%%share/doc/ettercap-0.2.4/CHANGELOG +%%PORTDOCS%%share/doc/ettercap-0.2.4/COPYING +%%PORTDOCS%%share/doc/ettercap-0.2.4/HISTORY +%%PORTDOCS%%share/doc/ettercap-0.2.4/KNOWN-BUGS +%%PORTDOCS%%share/doc/ettercap-0.2.4/PORTINGS +%%PORTDOCS%%share/doc/ettercap-0.2.4/README +%%PORTDOCS%%share/doc/ettercap-0.2.4/README.PLUGINS +%%PORTDOCS%%share/doc/ettercap-0.2.4/THANKS +%%PORTDOCS%%share/doc/ettercap-0.2.4/TODO +%%PORTDOCS%%@dirrm share/doc/ettercap-0.2.4 |