mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
5439cbea0f
commit
90472c8957
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39427
23
net-mgmt/ettercap/Makefile
Normal file
23
net-mgmt/ettercap/Makefile
Normal file
@ -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>
|
1
net-mgmt/ettercap/distinfo
Normal file
1
net-mgmt/ettercap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ettercap-0.2.4.tar.gz) = 26fceaafde5a9a17477ccff465fc074c
|
26
net-mgmt/ettercap/files/patch-aa
Normal file
26
net-mgmt/ettercap/files/patch-aa
Normal file
@ -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 ..
|
1
net-mgmt/ettercap/pkg-comment
Normal file
1
net-mgmt/ettercap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A network sniffer/interceptor/injector/logger for switched LANs
|
15
net-mgmt/ettercap/pkg-descr
Normal file
15
net-mgmt/ettercap/pkg-descr
Normal file
@ -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
|
12
net-mgmt/ettercap/pkg-plist
Normal file
12
net-mgmt/ettercap/pkg-plist
Normal file
@ -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
|
@ -74,6 +74,7 @@
|
||||
SUBDIR += echoping
|
||||
SUBDIR += etherboot
|
||||
SUBDIR += ethereal
|
||||
SUBDIR += ettercap
|
||||
SUBDIR += everybuddy
|
||||
SUBDIR += fidelio
|
||||
SUBDIR += firetalk
|
||||
|
23
net/ettercap/Makefile
Normal file
23
net/ettercap/Makefile
Normal file
@ -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>
|
1
net/ettercap/distinfo
Normal file
1
net/ettercap/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ettercap-0.2.4.tar.gz) = 26fceaafde5a9a17477ccff465fc074c
|
26
net/ettercap/files/patch-aa
Normal file
26
net/ettercap/files/patch-aa
Normal file
@ -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 ..
|
1
net/ettercap/pkg-comment
Normal file
1
net/ettercap/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A network sniffer/interceptor/injector/logger for switched LANs
|
15
net/ettercap/pkg-descr
Normal file
15
net/ettercap/pkg-descr
Normal file
@ -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
|
12
net/ettercap/pkg-plist
Normal file
12
net/ettercap/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user