[Tutorial] install the last version of ettercap 02-19-2013, 11:52 PM
#1
Hi there. Ettercap has been updated and a lot of bugs are fixed. This is how to install the last release:
First of all, check that these package are installed
1. Download the tar.gz file here http://ettercap.github.com/ettercap/downloads.html
2. Open a new terminal
3. tar -xf ettercap-0.7.5.3.tar.gz
4. cd ettercap-0.7.5.3
5. cd plug-ins
6. nano CMakeLists.txt
7. Found the line with sslstrip (CTRL+W, write sslstrip, type enter and it will find it for you)
8. Replace everything about sslstrip by this
10. mkdir build
11. cd build
12. cmake ..
13. make install
FINISHED.
First of all, check that these package are installed
Quote: - libpcap >= 0.8.1
- libnet >= 1.1.2.1
- libpthread
- zlib
- CMake 2.8
- ghostscript
- Curl >= 7.26.0 to build SSLStrip plugin
1. Download the tar.gz file here http://ettercap.github.com/ettercap/downloads.html
2. Open a new terminal
3. tar -xf ettercap-0.7.5.3.tar.gz
4. cd ettercap-0.7.5.3
5. cd plug-ins
6. nano CMakeLists.txt
7. Found the line with sslstrip (CTRL+W, write sslstrip, type enter and it will find it for you)
8. Replace everything about sslstrip by this
Quote:add_library(sslstrip MODULE sslstrip/sslstrip.c)9. cd ..
### "" in- line "" target_link_libraries ($ {sslstrip FOUND_LIBCURL HAVE_PCRE} $ {})
set_target_properties(sslstrip PROPERTIES PREFIX "ec_")
10. mkdir build
11. cd build
12. cmake ..
13. make install
FINISHED.