温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

安全工具之ettercap 安装

发布时间:2020-07-22 17:56:28 来源:网络 阅读:899 作者:cc111 栏目:安全技术

os:centos 6.4 x64

software:ettercap

R E Q U I R E D   L I B R A R I E S:

MANDATORY:

   - libpcap >= 0.8.1
   - libnet  >= 1.1.2.1
   - libpthread
   - zlib

OPTIONAL:

   To enable plugins:
      - libltdl (part of libtool)

   To have perl regexp in the filters:
      - libpcre

   To support SSH and SSL decryption:
      - openssl 0.9.7

   For the cursed GUI:
      - ncurses >= 5.3

   For the GTK+ GUI:
      - pkgconfig >= 0.15.0
      - Glib      >= 2.2.2
      - Gtk+      >= 2.2.2
      - Atk       >= 1.2.4
      - Pango     >= 1.2.3

安装步骤:

 1.准备软件:

libpcap

libnet

 2. yum -y install zlib  openssl openssl-devel ncurses ncurses-devel  install libnotify-devel gstreamer-devel libXScrnSaver libXScrnSaver-devel libxml2-devel intltool gtk2-devel sqlite-devel

 

 3. libpcap install

    cd libpcap

    ./configure --prefix=/usr  && make && make install

 4. libnet 

    ./configure --prefix=/usr  && make && make install

 

 5. ettercap

   cd ettercap

   ./configure --prefix=/usr && make && make install

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI