Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't install Ettercap with Graphical mode using Homebrew

I can't install Ettercap to my OSX 10.7.8 using homebrew. Homebrew allowed me to install Ettercap but I can't rub it with graphical mode somehow.

➜  ~  ettercap -G

ettercap 0.7.6 copyright 2001-2013 Ettercap Development Team

GTK support is not compiled in ettercap

I would appreciate it if you can guide me through the steps to successfully install ettercap with graphical mode at my OSX mountain lion.

Thanks in advance

like image 204
Eki Eqbal Avatar asked Jan 30 '14 21:01

Eki Eqbal


1 Answers

Newer version of ettercap now work when installed from homebrew, however you must ensure you have the adwaita-icon-theme package installed aswell

brew install ettercap
brew install adwaita-icon-theme

https://github.com/Ettercap/ettercap/wiki/macosx

like image 85
spuder Avatar answered Sep 18 '22 15:09

spuder