ettercap-0.6.4 update (security fix inside)
0.6.4 20020212 + You can sniff remote traffic from a romote cisco router and make mitm attacks on it using GRE tunnels. + Added some bits for the passive OS fingerprint database. Now even the length of the packet make sense. + The sniffing interface now support JOINED view + NEW PLUGIN : - thief (dumps all files from HTTP) - zaratan (redirect GRE tunnels) + ICQ dissector now search for passwords on all ports + Updated the passive OS fingerprint database (675 records) + Changed the arg 2 of Plugin_HookPoint for PCK_RECEIVED_RAW !! Under OpenBSD the pflog interface is ingored !! Fixed the DATA_PATH issue in the phantom plugin !! Fixed an unsigned short in state_machine !! Fixed some plugins that don't recognize the 'yes' answer !! Fixed the plugins symbol problem on Mac OS X (strip -x) !! Fixed the possibility of remote exploitation on interface with MTU > 1500
This commit is contained in:
parent
d3a06e7f35
commit
3e72aca258
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2001/12/24 07:51:06 mark Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2002/02/16 07:33:22 mark Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
|
||||
COMMENT= "multi-purpose sniffer/interceptor/logger"
|
||||
|
||||
VER= 0.6.3.1
|
||||
VER= 0.6.4
|
||||
DISTNAME= ettercap-${VER}
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.500
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ettercap-0.6.3.1.tar.gz) = 080cb7ddccd7a20a614d2ff673ced6e4
|
||||
RMD160 (ettercap-0.6.3.1.tar.gz) = 471985abfc8ebd5e8b371d5c5c59fc37e2215df7
|
||||
SHA1 (ettercap-0.6.3.1.tar.gz) = 59f96bb48cb1287cea1680ce2c369e258e29b08f
|
||||
MD5 (ettercap-0.6.4.tar.gz) = 59506bf2e51e0742e7ed7ed758b648a1
|
||||
RMD160 (ettercap-0.6.4.tar.gz) = ccb28074854d3ebbcc6e93df9a1a335504ce0f9c
|
||||
SHA1 (ettercap-0.6.4.tar.gz) = 1c7a5f0845b565ae1ce8ac37ddc4a12f35737eab
|
||||
|
@ -1,7 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2001/12/13 07:37:09 obecian Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2002/02/16 07:33:22 mark Exp $
|
||||
lib/ettercap/ec_H00_lurker.so
|
||||
lib/ettercap/ec_H01_zaratan.so
|
||||
lib/ettercap/ec_H10_phantom.so
|
||||
lib/ettercap/ec_H20_dwarf.so
|
||||
lib/ettercap/ec_H30_thief.so
|
||||
lib/ettercap/ec_H99_dummy.so
|
||||
lib/ettercap/ec_arpcop.so
|
||||
lib/ettercap/ec_banshee.so
|
||||
@ -27,13 +29,16 @@ share/doc/ettercap/KNOWN-BUGS
|
||||
share/doc/ettercap/PORTINGS
|
||||
share/doc/ettercap/README
|
||||
share/doc/ettercap/README.PLUGINS
|
||||
share/doc/ettercap/README.WIN32
|
||||
share/doc/ettercap/THANKS
|
||||
share/doc/ettercap/TODO
|
||||
share/doc/ettercap/ZARATAN.HOWTO
|
||||
share/doc/ettercap/ettercap.fr.8.in
|
||||
share/ettercap/etter.conf
|
||||
share/ettercap/etter.dns
|
||||
share/ettercap/etter.filter
|
||||
share/ettercap/etter.filter.ssh
|
||||
share/ettercap/etter.mime
|
||||
share/ettercap/etter.passive.os.fp
|
||||
share/ettercap/etter.ssl.crt
|
||||
share/ettercap/mac-fingerprints
|
||||
|
Loading…
Reference in New Issue
Block a user