25/Nov/2005 tested on SuSE 9.1
Ettercap is a suite for man in the middle attacks on LAN. It features sniffing of live connections, content filtering on the fly and many other interesting tricks. It supports active and passive dissection of many protocols (even ciphered ones) and includes many feature for network and host analysis.# wget http://www.packetfactory.net/libnet/dist/libnet-1.1.2.1.tar.gz
# tar zxvf libnet-1.1.2.1.tar.gz # cd libnet # ./configure # make # make install
# wget http://switch.dl.sourceforge.net/sourceforge/ettercap/ettercap-NG-0.7.1.tar.gz
# tar zxvf ettercap-NG-0.7.1.tar.gz # cd ettercap-NG-0.7.1 # ./configure # make # make install
main.c:320: error: `GTK_WRAP_WORD_CHAR' undeclared (first use in this function)This is caused by a bug in the installer code (actually using Gtk+ >= 2.4 stuff). This will be solved later.
# ettercap -C
# ettercap -G
# etterlog -p -k -i --ascii logfile.eci | less