PDA

View Full Version : Install Ettercap 0.7.6 on Kali



Mehran
2013-03-28, 08:39
Hi , Below is easy tut about how to install last Ettercap on Kali .

first install all Dependency :


apt-get install python-gtk2-dev libnet1-dev cmake flex libpcap0.8-dev libncurses5-dev

now download ettercap with git .


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 .

brav0hax
2013-03-28, 19:33
Hi , Below is easy tut about how to install last Ettercap on Kali .

first install all Dependency :


apt-get install python-gtk2-dev libnet1-dev cmake flex libpcap0.8-dev libncurses5-dev

now download ettercap with git .


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

Mehran
2013-03-29, 05:56
Yes i did it but i dont know why it deleted by muts ..

Mehran
2013-03-29, 06:03
Here is message about my report deleted .


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
================================================== ====================

brav0hax
2013-03-29, 06:56
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/submitting-issues-kali-bug-tracker

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

fucking_hero
2013-04-28, 22:26
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
78
what is wrong? please help
thanks :)

reaperz73
2013-04-29, 15:51
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


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
78
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



[privs]
ec_uid = 65534 # nobody is the default
ec_gid = 65534 # nobody is the default

to



[privs]
ec_uid = 0 # nobody is the default
ec_gid = 0 # nobody is the default


and near the end of etter.conf you see:



# 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



# 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.

xxyxxyxx
2013-04-30, 18:32
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

reaperz73
2013-05-01, 01:17
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.

Dmtguy
2013-05-03, 23:02
How do i delete this ettercap and get the old back then?

reaperz73
2013-05-04, 17:35
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

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

apt-get install ettercap-graphical ettercap-common
or reinstall the old

apt-get install --reinstall ettercap-graphical ettercap-common

hope that helps

reaperz73
2013-05-11, 03:02
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
78
what is wrong? please help
thanks :)

This issue has been fixed in the latest get pull

drinkeru
2013-09-20, 16:14
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?