Update to version 0.6.9

--
A new, enhanced poisoining method (against Solaris) has been
introduced and many new plugins for PPTP tunnel breaking have
been added.
Updated the passive OS fingerprint database.
Several bugs fixed.
Changelog: http://ettercap.sourceforge.net/index.php?s=history

brad@ ok
This commit is contained in:
margarida 2003-01-29 02:02:51 +00:00
parent eed364629f
commit 4704e5d046
7 changed files with 91 additions and 44 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.20 2002/12/22 01:24:49 margarida Exp $
# $OpenBSD: Makefile,v 1.21 2003/01/29 02:02:51 margarida Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "multi-purpose sniffer/interceptor/logger"
VER= 0.6.7
VER= 0.6.9
DISTNAME= ettercap-${VER}
CATEGORIES= net
@ -21,7 +21,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-https --enable-plugins

View File

@ -1,3 +1,3 @@
MD5 (ettercap-0.6.7.tar.gz) = 0a4796e9cfab826f27ddfef479c37a62
RMD160 (ettercap-0.6.7.tar.gz) = 52b52844f2bcfae6302226e7721fd19c40addddb
SHA1 (ettercap-0.6.7.tar.gz) = 09c4614bd5581f9af920911d3c9b0e93f2961976
MD5 (ettercap-0.6.9.tar.gz) = 7cd239755619e3388eb5870d366b6f6a
RMD160 (ettercap-0.6.9.tar.gz) = 2ffdcf16e4ad18ffac8c770b8b12719398d9cf9f
SHA1 (ettercap-0.6.9.tar.gz) = 2f70055af569cca75cf2460677229b7b4e4c38a5

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-Makefile_in,v 1.11 2002/12/13 08:04:52 pvalchev Exp $
--- Makefile.in.orig Thu Jun 27 11:27:33 2002
+++ Makefile.in Thu Dec 12 00:25:20 2002
@@ -27,13 +27,13 @@ DOC = COPYING README README.PLUGINS
./plugins/H01_zaratan/ZARATAN.HOWTO ./plugins/H05_roper/ROPER.HOWTO
$OpenBSD: patch-Makefile_in,v 1.12 2003/01/29 02:02:51 margarida Exp $
--- Makefile.in.orig Wed Jan 22 15:00:38 2003
+++ Makefile.in Wed Jan 29 00:04:30 2003
@@ -28,13 +28,13 @@ DOC = COPYING README README.PLUGINS
./plugins/H03_hydra1/HYDRA.HOWTO
DEBUG = @DEBUG@
-CFLAG = @E_CFLAGS@
+CFLAGS += @E_CFLAGS@
COPTS = -I. @COPTS@
COPTS = -I. -Isrc/include @COPTS@ @GTK_CFLAGS@
PROG = @PROG@
VERSION = @VERSION@
@ -17,7 +17,7 @@ $OpenBSD: patch-Makefile_in,v 1.11 2002/12/13 08:04:52 pvalchev Exp $
.c.o:
@@ -59,7 +59,7 @@ src/include/ec_install_path.h:
@@ -63,7 +63,7 @@ src/include/ec_install_path.h:
@INCLUDE_DEPEND@
@ -26,3 +26,34 @@ $OpenBSD: patch-Makefile_in,v 1.11 2002/12/13 08:04:52 pvalchev Exp $
$(INSTALL) -d $(DESTDIR)$(BINDIR)
$(INSTALL) -m 700 $(PROG) $(DESTDIR)$(BINDIR)
$(INSTALL) -d $(DESTDIR)$(DATADIR)
@@ -82,16 +82,6 @@ install: @PROG@ strip
-$(INSTALL) -m 644 ./docs/[a-z]*/[a-z]* $(DESTDIR)$(DOCDIR)
$(INSTALL) -d $(DESTDIR)$(MANDIR)/man8
$(INSTALL) -m 644 $(PROG).8 $(DESTDIR)$(MANDIR)/man8/$(PROG).8
- @echo
- @echo "=============================================================="
- @echo
- @echo "@SB@ $(PROG)@EB@ installed in @SB@$(DESTDIR)$(BINDIR) @EB@"
- @echo "@SB@ shared files@EB@ installed in @SB@$(DESTDIR)$(DATADIR) @EB@"
- @echo "@SB@ man pages@EB@ installed in @SB@$(DESTDIR)$(MANDIR)/man8/ @EB@"
- @echo "@SB@ DOCS@EB@ installed in @SB@$(DESTDIR)$(DOCDIR) @EB@"
- @echo
- @echo "=============================================================="
- @echo
plug-ins: src/include/ec_install_path.h
@if test "@MAKEPLUG@" = "0"; then \
@@ -114,13 +104,6 @@ plug-ins_install:
false ; \
fi
@cd plugins && make install DESTDIR=$(DESTDIR) && cd ..
- @echo
- @echo "=============================================================="
- @echo
- @echo "@SB@ PLUGINS@EB@ installed in @SB@$(DESTDIR)$(PLUGDIR) @EB@"
- @echo
- @echo "=============================================================="
- @echo
complete_install: install plug-ins_install

View File

@ -1,24 +1,7 @@
$OpenBSD: patch-configure,v 1.10 2002/12/29 22:49:02 pvalchev Exp $
--- configure.orig Fri Jun 14 10:53:14 2002
+++ configure Sun Dec 29 01:06:51 2002
@@ -8554,14 +8554,14 @@ echo "${ECHO_T}yes" >&6
;;
no) echo "$as_me:$LINENO: result: no." >&5
echo "${ECHO_T}no." >&6
- E_CFLAGS="-O3 -funroll-loops -fomit-frame-pointer -Wall"
+ E_CFLAGS="-funroll-loops -fomit-frame-pointer -fsigned-char -Wall"
ac_cv_ec_debug=no
;;
esac
else
echo "$as_me:$LINENO: result: no. disabled by default." >&5
echo "${ECHO_T}no. disabled by default." >&6
- E_CFLAGS="-O3 -funroll-loops -fomit-frame-pointer -Wall"
+ E_CFLAGS="-funroll-loops -fomit-frame-pointer -fsigned-char -Wall"
ac_cv_ec_debug=no
fi;
@@ -8917,7 +8917,7 @@ if test $check_ssh -ne 0; then
$OpenBSD: patch-configure,v 1.11 2003/01/29 02:02:51 margarida Exp $
--- configure.orig Tue Jan 28 19:01:15 2003
+++ configure Tue Jan 28 19:00:13 2003
@@ -10057,7 +10057,7 @@ if test $check_ssh -ne 0; then
if test -f $ssl_path/include/openssl/ssl.h; then
COPTS="$COPTS -I$ssl_path/include"
@ -27,7 +10,7 @@ $OpenBSD: patch-configure,v 1.10 2002/12/29 22:49:02 pvalchev Exp $
cat >>confdefs.h <<\_ACEOF
#define HAVE_OPENSSL 1
_ACEOF
@@ -8927,7 +8927,7 @@ _ACEOF
@@ -10067,7 +10067,7 @@ _ACEOF
echo "${ECHO_T}yes" >&6
elif test -f $ssl_path/ssl/include/openssl/ssl.h; then
COPTS="$COPTS -I$ssl_path/ssl/include"
@ -36,7 +19,7 @@ $OpenBSD: patch-configure,v 1.10 2002/12/29 22:49:02 pvalchev Exp $
cat >>confdefs.h <<\_ACEOF
#define HAVE_OPENSSL 1
_ACEOF
@@ -8936,7 +8936,7 @@ _ACEOF
@@ -10076,7 +10076,7 @@ _ACEOF
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
elif test -f /usr/include/openssl/ssl.h; then

View File

@ -0,0 +1,25 @@
$OpenBSD: patch-plugins_Makefile_in,v 1.1 2003/01/29 02:02:51 margarida Exp $
--- plugins/Makefile.in.orig Tue Jan 28 19:47:55 2003
+++ plugins/Makefile.in Tue Jan 28 19:51:07 2003
@@ -10,7 +10,7 @@ all: plugins
plugins:
for plug in $(PLUGINS); do \
- make -C $$plug; \
+ cd $$plug && make ; cd .. ; \
done
install: plugins
@@ -22,10 +22,10 @@ install: plugins
clean:
rm -f *.bak
for plug in $(PLUGINS); do \
- make clean -C $$plug; \
+ cd $$plug && make clean ; cd .. ; \
done
distclean:
for plug in $(PLUGINS); do \
- make distclean -C $$plug; \
+ cd $$plug && make distclean ; cd .. ; \
done

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_ec_simple_c,v 1.1 2002/12/28 23:29:13 pvalchev Exp $
--- src/ec_simple.c.orig Sat Dec 28 14:47:25 2002
+++ src/ec_simple.c Sat Dec 28 14:48:00 2002
@@ -138,7 +138,7 @@ void Simple_CreateCertFile(void)
$OpenBSD: patch-src_interface_console_ec_simple_c,v 1.1 2003/01/29 02:02:51 margarida Exp $
--- src/interface/console/ec_simple.c.orig Tue Jan 28 19:11:31 2003
+++ src/interface/console/ec_simple.c Tue Jan 28 19:13:32 2003
@@ -139,7 +139,7 @@ void Simple_CreateCertFile(void)
if ( !fork() )
{
@ -10,7 +10,7 @@ $OpenBSD: patch-src_ec_simple_c,v 1.1 2002/12/28 23:29:13 pvalchev Exp $
Error_msg("Could not launch openssl --> " OPENSSL_PATH);
}
else
@@ -146,7 +146,7 @@ void Simple_CreateCertFile(void)
@@ -147,7 +147,7 @@ void Simple_CreateCertFile(void)
if ( !fork() )
{
@ -19,7 +19,7 @@ $OpenBSD: patch-src_ec_simple_c,v 1.1 2002/12/28 23:29:13 pvalchev Exp $
Error_msg("Could not launch openssl --> " OPENSSL_PATH);
}
else
@@ -154,7 +154,7 @@ void Simple_CreateCertFile(void)
@@ -155,7 +155,7 @@ void Simple_CreateCertFile(void)
if ( !fork() )
{

View File

@ -1,7 +1,14 @@
@comment $OpenBSD: PLIST,v 1.11 2002/07/11 22:21:44 mark Exp $
@comment $OpenBSD: PLIST,v 1.12 2003/01/29 02:02:51 margarida Exp $
lib/ettercap/ec_H00_lurker.so
lib/ettercap/ec_H01_zaratan.so
lib/ettercap/ec_H05_roper.so
lib/ettercap/ec_H02_troll.so
lib/ettercap/ec_H03_hydra1.so
lib/ettercap/ec_H04_hydra2.so
lib/ettercap/ec_H05_hydra3.so
lib/ettercap/ec_H06_hydra4.so
lib/ettercap/ec_H07_hydra5.so
lib/ettercap/ec_H08_hydra6.so
lib/ettercap/ec_H09_roper.so
lib/ettercap/ec_H10_phantom.so
lib/ettercap/ec_H20_dwarf.so
lib/ettercap/ec_H30_thief.so
@ -26,6 +33,7 @@ share/doc/ettercap/AUTHORS
share/doc/ettercap/CHANGELOG
share/doc/ettercap/COPYING
share/doc/ettercap/HISTORY
share/doc/ettercap/HYDRA.HOWTO
share/doc/ettercap/INSTALL
share/doc/ettercap/KNOWN-BUGS
share/doc/ettercap/PORTINGS
@ -48,6 +56,7 @@ share/ettercap/etter.filter.ssh
share/ettercap/etter.mime
share/ettercap/etter.passive.os.fp
share/ettercap/etter.ssl.crt
share/ettercap/lc-converter.c
share/ettercap/mac-fingerprints
share/ettercap/nmap-os-fingerprints
share/ettercap/services