Commit graph

12 commits

Author SHA1 Message Date
dmcmahill
add60685a7 reduce optimization on two problem files on alpha to avoid compiler bugs. 2003-02-09 23:15:54 +00:00
drochner
83d560177b update to 0.6.9
changes:
+ GTK+ 2.0 interface (experimental) (--enable-devel)
+ Windows Plugins porting
+ Updated the passive OS fingerprint database (1093 records)
+ Dissector Proxy 8080
+ NTLM auth
+ Enhanced poisoning method (solaris issue)
+ NEW PLUGIN: troll, PPTP suite
+ text and ebcdic view from command line
+ lc-convert utility (share dir)
-fixes
2003-01-30 10:46:56 +00:00
wiz
0fd75d0851 Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
2003-01-24 13:36:17 +00:00
agc
4d76f1f1a7 Update net/ettercap from version 0.6.6.6 to 0.6.7
Prompted by Simon Hitzemann in PR 19061

Changes from 0.6.6.6 to 0.6.7:

0.6.7       20020702

      + Updated the passive OS fingerprint database (853 records)
      !! Fixed the strlcpy bug in the the telnet dissector (oops alor mistake)
      !! Fixed a possible sigfault in the rlogin dissector
      !! Fixed the exit_func for Mac OS X
2002-11-19 21:07:57 +00:00
atatat
a964d3fb71 It seems that when kqueue was merged to the trunk, sys/select.h
was altered to include sys/queue.h, which supplies a pile of macros
and defines _SYS_QUEUE_H_.  Prior to this change, ettercap was able
to pull in its own ec_queue.h file to define these macros (and the
missing ones below) and also define _SYS_QUEUE_H_.  The two macros
listed below are not in our definition of the macros, so we define
them manually later, if they're not defined by the include files.
2002-11-06 19:13:29 +00:00
wiz
29f012dbbf buildlink1 -> buildlink2. 2002-10-13 12:09:13 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
hubertf
a0ae1a91b5 Update ettercap to 0.6.6.6. Changes:
0.6.6.6		-- 20020603    + Solaris porting
                           + Sparc architecture support even for all other OSes
                           + Windows 9X porting                                     (developed by tavi)
                           + Increased the speed of arp storm under windows         (developed by tavi)
                           + Added the ability to bind a port on which ettercap
                             forwards the sniffed trafic (press 'B' from the sniffing interface)
                           + The -H option now supports range ip
                              (i.e.  192.168.1-5.10-20,30-40,50,100-150)
                           + NEW PLUGIN:
                              - lamia (become root of a switches spanning tree)
									+ Windows installer now have a nice splash screen ;)
                           + Updated the passive OS fingerprint database (825 records)
                           !! Fixed the pthread_join problem under MacOSX
                           !! Fixed the -w options (openssl path related bug)
                           !! Fixed the conflicting options -Y and -a
                           !! Fixed the FindIface function under BSD


0.6.5       -- 20020423    + Windows (CYGWIN) porting
                           + Dumping to tcpdump file format is now supported (-Y option)
                           + New OffLine sniffing from tcpdump like files (-T option)
                           + Sniffing from command line now capture UDP+TCP packet by default
                           - Changed the -t (--linktype option) to -g
                           + Added the -t (--proto option) to sniff only that protocol in simple mode
                           + Logging engine doesn't log the same user/pass/ip twice (as requested by Gushterul)
                           + Under *BSD and MacOSX ettercap now uses only one bpf
                           + Added the -J options (onlyposion) to allow multitarget arp sniffing
                           + USER and PASS may have a length of 50 chars
                           + NEW PLUGIN :
                              - roper   (Tries to stop ISAKMP for IPSEC traffic)
                           + NEW password collector for:
                              - QUAKE 3 (rcon command)                              (developed by LnZ)
                              - ICQ v7                                              (developed by LnZ)
                              - MSN (the pass is an MD5 hash)
                              - YMSG (the pass in in UNIX MD5 format)               (as requested by tavi)
                           + DISSECTORS enhanced: HTTPS - IMAP - NAPSTER (opennap) - IRC
                           + PLUGIN enhanced:
                              - leech (now it rearps the victim after isolation)
                           + Updated the passive OS fingerprint database (762 records)
                           + Updated the active OS fingerprint database
                                 nmap-os-fingerprints,v 1.77 2002/03/20 05:42:48 fyodor
                           + DOCUMENTATION translated in Polish and Dutch
                           + Added the 'cvs' target to the Makefile
                           !! Fixed an ntohs() problem in the phantom plugin
                           !! Fixed a bug in the SMB dissector dealing with unicode user and password
                           !! Better handling of CTRL+C
                           !! Fixed a bug in doppleganger
                           !! Fixed a bug the the dlsym on OpenBSD 3.0 (plugin related)
                           !! Fixed the visualization of password with length > 13
                           !! Fixed a bug in the handling of debug file
                           !! Fixed the "not scrolling" JOINED visualization
2002-06-05 00:29:02 +00:00
wiz
6941380a82 Add reason why USE_NCURSES is needed (newpad()). 2002-04-10 01:43:03 +00:00
frueauf
518ffa01e2 since buildlink from ncurses is included, set USE_NCURSES to
ensure right depends.
2002-04-09 21:51:30 +00:00
frueauf
7c4297232f fix rcsid, set USE_PTHREAD="native pth" and include mk/pthread.buildlink.mk
instead from pth directly.
2002-04-09 21:48:25 +00:00
hubertf
27aa3072d4 Add ettercap-0.6.4:
Ettercap is a multipurpose sniffer/interceptor/logger for switched LAN. It
supports active and passive dissection of many protocols (even ciphered ones)
and includes many features for network and host analysis.

Submitted by Niilo Kajander <nk@bsdirc.net> in PR 16091
2002-04-08 20:25:03 +00:00