Ettercap安装

 

ettercap-NG-0.7.3的安装,下载路径参见http://ettercap.sourceforge.net/download.php

 

#./configure&&make&&make install
#./configure&&make&&make plug-ins
#./configure&&make&&make plug-ins_install

 

 

今天在安装碰到了一些问题,主要是文档里提到的几个required lib的

1、libpcap >= 0.8.1

2、libnet >= 1.1.2.1
3、libpthread
4、zlib

 

 

 

libnet的安装如下

 a、 地址http://linux.softpedia.com/progDownload/Libnet-Download-10275.html

 b、 ./configure&&make&&make uninstall

 c、 ./configure&&make&&make install

 

 

当然还有通过rmp包安装更加方便http://dag.wieers.com/rpm/packages/ettercap/

直接rpm i ***.rpm解决

 

你可能感兴趣的:(C++,c,PHP,.net,linux)