无法使用Homebrew以图形模式安装Ettercap

Eki*_*bal 13 macos homebrew sniffing

我无法使用自制程序将Ettercap安装到我的OSX 10.7.8.Homebrew允许我安装Ettercap,但不能以某种方式用图形模式擦它.

?  ~  ettercap -G

ettercap 0.7.6 copyright 2001-2013 Ettercap Development Team

GTK support is not compiled in ettercap
Run Code Online (Sandbox Code Playgroud)

如果您可以指导我在我的OSX山狮中成功安装带图形模式的ettercap,我将不胜感激.

提前致谢

小智 22

要使用Homebrew的图形模式安装Ettercap,您可以使用该选项 --with-gtk+

$ brew install ettercap --with-gtk+
Run Code Online (Sandbox Code Playgroud)

有关您自己的信息,您可以获得有关任何Homebrew公式的选项的详细信息 brew info [formula]

brew info ettercap在航站楼发行将显示类似的东西

ettercap: stable 0.8.0, HEAD
http://ettercap.github.io/ettercap/
/usr/local/Cellar/ettercap/0.8.0 (69 files, 2,1M) *
  Built from source with: --with-gtk+, --with-ipv6
From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/ettercap.rb
==> Dependencies
Build: cmake ?, ghostscript ?
Required: pcre ?, libnet ?, curl ?
Optional: ghostscript ?, gtk+ ?, luajit ?
==> Options
--with-ghostscript
    Build with ghostscript support
--with-gtk+
    Build with gtk+ support
--with-ipv6
    Install with IPv6 support
--with-luajit
    Build with luajit support
--without-curses
    Install without curses interface
--without-plugins
    Install without plugins support
--HEAD
    install HEAD version
Run Code Online (Sandbox Code Playgroud)

注意:要使用此图形模式,还需要安装XQuartz

  • 对于已安装的任何人.`brew重新安装ettercap --with-gtk +` (7认同)