Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

Ettercap

Google
 

Ettercap

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.
 Related to:
Libnet
libpcap
OpenSSL
PCRE


Site: http://ettercap.sourceforge.net/
Source URL: files/Sniffer/Ettercap/ettercap-NG-0.7.3.tar.gz
Category: Sniffer
Hits: 5032
Rating: 10
Added: 2006-08-27 16:55:44
Updated: 2009-01-30 18:15:06
Tested on:
Fedora Core    install.sh
10
11
OpenSUSE    install.sh
10
11
Ubuntu    install.sh
7.10
8.10
9.10

Comments:

If you get the following error:

In function "open",
inlined from "log_open" at ec_log.c:193:
/usr/include/bits/fcntl2.h:51: error: call to "__open_missing_mode" declared with attribute error: open with O_CREAT in second argument needs 3 arguments

You will need to change the following line in src/ec_log.c:
fd->fd = open(filename, O_CREAT | O_TRUNC | O_RDWR | O_BINARY);
into:
fd->fd = open(filename, O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0666);

by marc at 2009-01-25 17:59:48

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy