Ettercap

Associate
Joined
28 Feb 2009
Posts
519
Im studying forensic computing and have been told to try and set up ettercap at home and ARP poison another machine. Im using Ubuntu on a Toshiba Protege R500. I have downloaded ettercap and extracted it. I then ran ./configure. After doing this i tryed the make command however. This failed and i got the following message. mark@ubuntumark:~/Documents/ettercap-NG-0.7.3$ make
make: *** No targets specified and no makefile found. Stop.

If any more details are required let me know.

Many Thanks

Mark
 
The configure script probably failed due to missing dependencies.

Post the output of ./configure, and make sure you have the following installed:
MANDATORY:

- libpcap >= 0.8.1
- libnet >= 1.1.2.1
- libpthread
- zlib
 
Back
Top Bottom