今天研究了一下ettercap+sslstrip ,发现ettercap-0.7.3 版本不太给力,决定使用最新版本 0.7.4

去官网下载tar 包后,./configure  时

提示

 

ettercap has been configured as follow...

 

==================================================

 

 Install directory:  /usr/local

 

 

Libraries : 

 

 LIBPCAP ................  default

 LIBNET .................  default

 LIBSSL .................  default

 NCURSES ................  default

 GTK+ ...................  yes

 

Functionalities : 

 

 Debug mode .............  no

 Plugin support .........  yes

 Passive DNS ............  yes

 Perl regex in filters ..  no

 Iconv UTF-8 support ....  yes

 

==================================================

 Perl regex in filters ..  no,这个坑爹了!
正则匹配没有,插件估计不会正常工作的
 
 
在网上找了半天,也没找到具体的解决方案……
有待高人指点……