Ettercap 0.7.5 Install help?
Hi guys. I have BT5 r3 and I had Ettercap 0.7.4 in it which is default.
Problem is after host scanning in ettercap -G.It shuts down EVERYTIME.
I searched internet for some more info and found 0.7.5 should help.
So purge removed ettercap and tried to apt-get a newer version.
It installed me 0.7.3 so I found a link
HTML Code:
http://sourceforge.net/projects/ettercap/files/ettercap/0.7.5-Assimilation/ettercap-0.7.5.tar.gz/download
Untar the file and start install via README which is
The easiest way to compile ettercap is in the form:
mkdir build
cd build
cmake ..
(Use ccmake . to change options such as disabling IPv6 support, add
plugins support, etc).
make install
I stuck at cmake..
Code:
root@bt:~/Downloads/ettercap-0.7.5/build# cmake ..
-- The C compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for sys/poll.h
-- Looking for sys/poll.h - found
-- Looking for sys/select.h
-- Looking for sys/select.h - found
-- Looking for sys/utsname.h
-- Looking for sys/utsname.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for ctype.h
-- Looking for ctype.h - found
-- Looking for arpa/nameser.h
-- Looking for arpa/nameser.h - found
-- Looking for ltdl.h
-- Looking for ltdl.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for wsyncup in /usr/lib/libcurses.so
-- Looking for wsyncup in /usr/lib/libcurses.so - found
-- Found Curses: /usr/lib/libcurses.so
CMake Error at /usr/share/cmake-2.8/Modules/FindGTK2.cmake:370 (message):
Could not find GTK2 include directory
Call Stack (most recent call first):
CMakeFiles/lib_check.cmake:33 (find_package)
CMakeLists.txt:28 (include)
-- Configuring incomplete, errors occurred!
If I try make or make install
Code:
root@bt:~/Downloads/ettercap-0.7.5/build# make install
make: *** No rule to make target `install'. Stop.
Thanks for any help and happy new year.
PS:Sorry for my english
Re: Ettercap 0.7.5 Install help?
Or this is what ettercap show me after each host scanning same on 0.7.3/4
Code:
root@bt:~# ettercap -G
ettercap NG-0.7.3 copyright 2001-2004 ALoR & NaGA
Dissector "dns" not supported (etter.conf line 70)
Ooops ! This shouldn't happen...
Segmentation Fault...
Please recompile in debug mode, reproduce the bug and send a bugreport
Re: Ettercap 0.7.5 Install help?
Try using CLI..Try to avoid as much as you can GUI interfaces in Linux..It should work with no hassels..
ettercap -Tqi "iface" and add more if you try to sniff..-----> ettercap -Tqi "iface" --mitm arp:remote // /"gateway_ip"/ -P autoadd
Try it.
Re: Ettercap 0.7.5 Install help?
[QUOTE=Neutron;232310]Hi guys. I have BT5 r3 and I had Ettercap 0.7.4 in it which is default.
-- Looking for dlfcn.h - found
-- Looking for wsyncup in /usr/lib/libcurses.so
-- Looking for wsyncup in /usr/lib/libcurses.so - found
-- Found Curses: /usr/lib/libcurses.so
CMake Error at /usr/share/cmake-2.8/Modules/FindGTK2.cmake:370 (message):
Could not find GTK2 include directory
Call Stack (most recent call first):
CMakeFiles/lib_check.cmake:33 (find_package)
CMakeLists.txt:28 (include)
-- Configuring incomplete, errors occurred!
[/CODE]
1 Attachment(s)
Re: Ettercap 0.7.5 Install help?
hi :)
the installation is not successful!
I tried it on BT5-r3-kde-live-mode to install without ERRORS version 0.7.5.1 (new)
I follow these steps:
apt-get install cmake
apt-get install python-gtk2-dev libnet1-dev
NEW to download ettercap-0.7.5.1.tar.gz
tar-zxf ettercap-0.7.5.1.tar.gz
cd ettercap-0.7.5.1
cd install plug-
kwrite CMakeLists.txt
# # # add in-line sslstrip # target_link_libraries ($ {sslstrip FOUND_LIBCURL HAVE_PCRE} $ {})
save & exit
cd ..
mkdir build
cd build
cmake ..
make install
'' '/ in this mode i DONT retrive errors
test
root @ bt: ~ # ettercap
0.7.5.1 ettercap Ettercap copyright 2001-2013 Development Team
Please select an User Interface
root @ bt: ~ # ettercap-G
PS:I TESTED ONLY INSTALLATION!!
bye
Re: Ettercap 0.7.5 Install help?
Thank you so much zimmaro worked for me! and after hosts scanning no ERROR!
Just few things
By
cd install plug-
U mean
cd plug-ins
And also that sslstrip give me error even after your line update so I removed that few lines completely (But I am sure I did something wrong :P)
Anyways thanks a lot again :)
Re: Ettercap 0.7.5 Install help?
re-hi :)
you have understood little of what I wrote before:
I made a little video for help you to "test" a installation:
https://vimeo.com/56711322
PS: I tried and it works fine! BUT I DO NOT recommend the installation (NOT being a "" backtrack-official-version "")
I hope you can help!
bye
Re: Ettercap 0.7.5 Install help?
Yep works fine in my CMakeFile the line is
target_link_libraries(sslstrip ${FOUND_LIBCURL} ${HAVE_PCRE})
which have $ on different places so I thought I should replace the line with that :)
Re: Ettercap 0.7.5 Install help?
Quote:
Originally Posted by
zimmaro
re-hi :)
you have understood little of what I wrote before:
I made a little video for help you to "test" a installation:
https://vimeo.com/56711322
PS: I tried and it works fine! BUT I DO NOT recommend the installation (NOT being a "" backtrack-official-version "")
I hope you can help!
bye
Quote:
Originally Posted by
zimmaro
hi :)
the installation is not successful!
I tried it on BT5-r3-kde-live-mode to install without ERRORS version 0.7.5.1 (new)
I follow these steps:
apt-get install cmake
apt-get install python-gtk2-dev libnet1-dev
NEW to download ettercap-0.7.5.1.tar.gz
tar-zxf ettercap-0.7.5.1.tar.gz
cd ettercap-0.7.5.1
cd install plug-
kwrite CMakeLists.txt
# # # add in-line sslstrip # target_link_libraries ($ {sslstrip FOUND_LIBCURL HAVE_PCRE} $ {})
save & exit
cd ..
mkdir build
cd build
cmake ..
make install
'' '/ in this mode i DONT retrive errors
test
root @ bt: ~ # ettercap
0.7.5.1 ettercap Ettercap copyright 2001-2013 Development Team
Please select an User Interface
root @ bt: ~ # ettercap-G
PS:I TESTED ONLY INSTALLATION!!
bye
hii i have problem to give this apt-get install python-gtk2-dev libnet-dev give me back
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libnet1-dev instead of libnet-dev
libnet1-dev is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-gtk2-dev: Depends: libgtk2.0-dev (>= 2.13.6) but it is not going to be installed
E: Broken packages
what to do?? thxx
Re: Ettercap 0.7.5 Install help?
Quote:
Originally Posted by
captainrodos
hii i have problem to give this apt-get install python-gtk2-dev libnet-dev give me back
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libnet1-dev instead of libnet-dev
libnet1-dev is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-gtk2-dev: Depends: libgtk2.0-dev (>= 2.13.6) but it is not going to be installed
E: Broken package
what to do?? thxx
hi :)
mmm .......... missing "" "" "" 1 "" "" "" "" "ONE" "" "" " """"""EIN""""""http://www.backtrack-linux.org/forums/images/icons/icon14.png
libnet1-dev
http://imageshack.us/f/28/ettv.png/