ettercap-0.6.5 update
+ added configure patch for curses check * This update looks much cleaner on OpenBSD now! * 0.6.5 20020423 + Windows (CYGWIN) porting + Dumping to and sniffing from tcpdump file format is now supported + Sniffing from command line now capture UDP+TCP packet by default + Logging engine doesn't log the same user/pass/ip twice + Under *BSD and MacOSX ettercap now uses only one bpf + Added the -J options (onlyposion) to allow multitarget arp sniffing + NEW PLUGIN : - roper (Tries to stop ISAKMP for IPSEC traffic) + NEW password collector for: QUAKE 3, ICQ v7, MSN, YMSG + DISSECTORS enhanced: HTTPS - IMAP - NAPSTER (opennap) - IRC + PLUGIN enhanced: - leech (now it rearps the victim after isolation) + DOCUMENTATION translated in Polish and Dutch !! Better handling of CTRL+C !! Fixed a bug the the dlsym on OpenBSD 3.0 (plugin related) !! Fixed a bug in the handling of debug file !! Fixed the "not scrolling" JOINED visualization
This commit is contained in:
parent
21dd4cdd2b
commit
1ed46f2380
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2002/02/16 07:33:22 mark Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2002/05/03 03:19:14 mark Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "multi-purpose sniffer/interceptor/logger"
|
||||
|
||||
VER= 0.6.4
|
||||
VER= 0.6.5
|
||||
DISTNAME= ettercap-${VER}
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.500
|
||||
@ -15,6 +15,7 @@ HOMEPAGE= http://ettercap.sourceforge.net/
|
||||
|
||||
MAINTAINER= Mark Grimes <mark@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ettercap-0.6.4.tar.gz) = 59506bf2e51e0742e7ed7ed758b648a1
|
||||
RMD160 (ettercap-0.6.4.tar.gz) = ccb28074854d3ebbcc6e93df9a1a335504ce0f9c
|
||||
SHA1 (ettercap-0.6.4.tar.gz) = 1c7a5f0845b565ae1ce8ac37ddc4a12f35737eab
|
||||
MD5 (ettercap-0.6.5.tar.gz) = 75bdba8f9ea65ec89683c53a326ee015
|
||||
RMD160 (ettercap-0.6.5.tar.gz) = f7d951c6a6ab0805d0e1238c3da8feec2ae3a540
|
||||
SHA1 (ettercap-0.6.5.tar.gz) = cded40e093fe7bfec42b6c036e67a54ade1bb383
|
||||
|
28
net/ettercap/patches/patch-configure
Normal file
28
net/ettercap/patches/patch-configure
Normal file
@ -0,0 +1,28 @@
|
||||
--- configure~ Thu Apr 18 09:16:16 2002
|
||||
+++ configure Thu May 2 20:05:50 2002
|
||||
@@ -7878,13 +7878,13 @@ done
|
||||
|
||||
if test $ncurses_warn -ne 1; then
|
||||
|
||||
-echo "$as_me:$LINENO: checking for newpad in -lncurses" >&5
|
||||
-echo $ECHO_N "checking for newpad in -lncurses... $ECHO_C" >&6
|
||||
+echo "$as_me:$LINENO: checking for newpad in -lcurses" >&5
|
||||
+echo $ECHO_N "checking for newpad in -lcurses... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_ncurses_newpad+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lncurses $LIBS"
|
||||
+LIBS="-lcurses $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7938,7 +7938,7 @@ if test $ac_cv_lib_ncurses_newpad = yes;
|
||||
#define HAVE_LIBNCURSES 1
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lncurses $LIBS"
|
||||
+ LIBS="-lcurses $LIBS"
|
||||
|
||||
else
|
||||
ncurses_warn=2
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2002/02/16 07:33:22 mark Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2002/05/03 03:19:14 mark Exp $
|
||||
lib/ettercap/ec_H00_lurker.so
|
||||
lib/ettercap/ec_H01_zaratan.so
|
||||
lib/ettercap/ec_H05_roper.so
|
||||
lib/ettercap/ec_H10_phantom.so
|
||||
lib/ettercap/ec_H20_dwarf.so
|
||||
lib/ettercap/ec_H30_thief.so
|
||||
@ -30,10 +31,15 @@ share/doc/ettercap/PORTINGS
|
||||
share/doc/ettercap/README
|
||||
share/doc/ettercap/README.PLUGINS
|
||||
share/doc/ettercap/README.WIN32
|
||||
share/doc/ettercap/ROPER.HOWTO
|
||||
share/doc/ettercap/THANKS
|
||||
share/doc/ettercap/TODO
|
||||
share/doc/ettercap/TODO.WIN32
|
||||
share/doc/ettercap/ZARATAN.HOWTO
|
||||
share/doc/ettercap/debug.txt
|
||||
share/doc/ettercap/errors.txt
|
||||
share/doc/ettercap/ettercap.fr.8.in
|
||||
share/doc/ettercap/threads.txt
|
||||
share/ettercap/etter.conf
|
||||
share/ettercap/etter.dns
|
||||
share/ettercap/etter.filter
|
||||
@ -43,6 +49,7 @@ share/ettercap/etter.passive.os.fp
|
||||
share/ettercap/etter.ssl.crt
|
||||
share/ettercap/mac-fingerprints
|
||||
share/ettercap/nmap-os-fingerprints
|
||||
share/ettercap/services
|
||||
@dirrm share/ettercap
|
||||
@dirrm share/doc/ettercap
|
||||
@dirrm lib/ettercap
|
||||
|
Loading…
x
Reference in New Issue
Block a user