Results 1 to 13 of 13

Thread: Install Ettercap 0.7.6 on Kali

  1. #1
    Join Date
    2013-Mar
    Posts
    22

    Install Ettercap 0.7.6 on Kali

    Hi , Below is easy tut about how to install last Ettercap on Kali .

    first install all Dependency :

    Code:
    apt-get install python-gtk2-dev libnet1-dev cmake flex libpcap0.8-dev libncurses5-dev
    now download ettercap with git .

    Code:
    git clone https://github.com/Ettercap/ettercap.git
    now cmake it with cmake <ettercap folder path> ( cmake ~/Desktop/ettercap )

    it shoud cmake it without error , and now make after make end now make install

    i hope worked for all .

  2. #2
    Quote Originally Posted by Mehran View Post
    Hi , Below is easy tut about how to install last Ettercap on Kali .

    first install all Dependency :

    Code:
    apt-get install python-gtk2-dev libnet1-dev cmake flex libpcap0.8-dev libncurses5-dev
    now download ettercap with git .

    Code:
    git clone https://github.com/Ettercap/ettercap.git
    now cmake it with cmake <ettercap folder path> ( cmake ~/Desktop/ettercap )

    it shoud cmake it without error , and now make after make end now make install

    i hope worked for all .
    Please submit a bug report requesting this tool upgrade so we can package and release properly for Kali.

    Visit http://bugs.kali.org, click report issue and select "Tool Upgrade" from the drop down menu

    Thanks,
    Eric

  3. #3
    Join Date
    2013-Mar
    Posts
    22
    Yes i did it but i dont know why it deleted by muts ..

  4. #4
    Join Date
    2013-Mar
    Posts
    22
    Here is message about my report deleted .
    Quote Originally Posted by Mehran View Post
    The following issue has been DELETED.
    ================================================== ====================
    Reported By: Mehran
    Assigned To:
    ================================================== ====================
    Project: Kali Linux
    Issue ID: 207
    Category: Tool Upgrade
    Reproducibility: have not tried
    Severity: minor
    Priority: normal
    Status: new
    ================================================== ====================
    Date Submitted: 2013-03-28 01:56 EDT
    Last Modified: 2013-03-28 01:56 EDT
    ================================================== ====================
    Summary: Ettercap
    Description:
    add ettercap on Bleeding Edge or update to new version .
    ================================================== ====================

    Issue History
    Date Modified Username Field Change
    ================================================== ====================
    2013-03-28 01:56 Mehran New Issue
    2013-03-28 04:07 muts Issue Deleted: 0000207
    ================================================== ====================

  5. #5
    Mehran,

    I will check with muts. I can tell you by looking at the report you posted, it is severely lacking. It is important to be very precise in what you are asking.

    Please read this link with regards to submitting to bugs.kali.org:
    http://docs.kali.org/troubleshooting...li-bug-tracker

    Please pay close attention to the bullets at the beginning and state exactly what you are requesting.

  6. #6
    i'm so sorry but i'm a begginner
    so what the mean

    "now cmake it with cmake <ettercap folder path> ( cmake ~/Desktop/ettercap )

    it shoud cmake it without error , and now make after make end now make install

    i hope worked for all . "

    thank and nice share

    after I finish updating
    i have a problem, like
    ss.jpg
    what is wrong? please help
    thanks
    Last edited by g0tmi1k; 2013-04-29 at 13:21. Reason: MERGED

  7. #7
    These are the steps i took. Step by step;

    apt-get install debhelper cmake bison flex libgtk2.0-dev libltdl3-dev libncurses-dev libncurses5-dev libnet1-dev libpcap-dev libpcre3-dev libssl-dev ghostscript python-gtk2-dev libpcap0.8-dev
    git clone https://github.com/Ettercap/ettercap.git
    cd ettercap
    mkdir build
    cd build
    cmake ../
    make
    make install
    cd ../../
    rm -rf ettercap/

    Just giving it one step at a time.

    regards,
    Reaperz73

    Quote Originally Posted by fucking_hero View Post
    i'm so sorry but i'm a begginner
    so what the mean

    "now cmake it with cmake <ettercap folder path> ( cmake ~/Desktop/ettercap )

    it shoud cmake it without error , and now make after make end now make install

    i hope worked for all . "

    thank and nice share

    after I finish updating
    i have a problem, like
    ss.jpg
    what is wrong? please help
    thanks

    ettercap

    Created Monday 29 April 2013

    For the first part of your question do this
    edit your etter.conf

    Code:
       [privs]
    ec_uid = 65534 # nobody is the default
    ec_gid = 65534 # nobody is the default
    to
    Code:
     
    
       [privs]
    ec_uid = 0 # nobody is the default
    ec_gid = 0 # nobody is the default

    and near the end of etter.conf you see:
    Code:
     
    
       # if you use iptables:
    #redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT %rport"
    #redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT %rport"
    change it tothis
    Code:
     
    
       # if you use iptables:
    redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT %rport"
    redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT %rport"
    for the second error edit your etter.dns the one provided is only an outdated example you have to create your own etter.dns for what you want to do.
    Last edited by g0tmi1k; 2013-04-30 at 08:20. Reason: MERGED

  8. #8
    Do I need to delete the old ettercap?

    I have followed your every steps. However, since it has been installed, yamas and subterfuge seems to work badly... Do you have an explanation for this? (maybe SSLstrip has been perturbated by the python install...)

    Thanks for your help
    Last edited by sickn3ss; 2013-04-30 at 21:47.

  9. #9
    Quote Originally Posted by xxyxxyxx View Post
    Do I need to delete the old ettercap?

    I have followed your every steps. However, since it has been installed, yamas and subterfuge seems to work badly... Do you have an explanation for this? (maybe SSLstrip has been perturbated by the python install...)

    Thanks for your help
    Just warming to all. Yes this may break packages. It is not a part of the repos. So until or if it gets added it is at own risk and may not function correctly.
    It has worked for me but you know how it goes, mileage may vary.

  10. #10
    Join Date
    2013-May
    Posts
    2
    How do i delete this ettercap and get the old back then?

  11. #11
    Quote Originally Posted by Dmtguy View Post
    How do i delete this ettercap and get the old back then?
    the old one is still there
    /usr/sbin/ettercap

    if you want to uninstall the new then do this
    Code:
    rm -rf /usr/local/share/ettercap && rm -rf /usr/local/lib/ettercap && rm -rf /etc/ettercap && rm /usr/local/bin/etter*
    to install the old one then
    Code:
    apt-get install ettercap-graphical ettercap-common
    or reinstall the old
    Code:
    apt-get install --reinstall ettercap-graphical ettercap-common
    hope that helps

  12. #12
    Quote Originally Posted by fucking_hero View Post
    i'm so sorry but i'm a begginner
    so what the mean

    "now cmake it with cmake <ettercap folder path> ( cmake ~/Desktop/ettercap )

    it shoud cmake it without error , and now make after make end now make install

    i hope worked for all . "

    thank and nice share

    after I finish updating
    i have a problem, like
    ss.jpg
    what is wrong? please help
    thanks
    This issue has been fixed in the latest get pull

  13. #13
    Join Date
    2013-Apr
    Posts
    4
    When I load ettercap GUI there's I only get 4 tabs displayed which.I'd like to have plugins on the GUI . Can someone help?
    Last edited by drinkeru; 2013-09-20 at 16:24.

Similar Threads

  1. Replies: 1
    Last Post: 2016-01-27, 19:58
  2. Kali 1.8 - ettercap and SSLstip
    By flyinghaggis in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-08-15, 18:20
  3. ettercap in kali linux
    By shilshil007 in forum General Archive
    Replies: 4
    Last Post: 2014-05-30, 21:12
  4. KALI, SET, and Ettercap Issues, Please Help!
    By BlackBox27 in forum General Archive
    Replies: 0
    Last Post: 2013-12-09, 16:18

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •