Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


[Tutorial] install the last version of ettercap filter_list
Author
Message
[Tutorial] install the last version of ettercap #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
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)
### "" in- line "" target_link_libraries ($ {sslstrip FOUND_LIBCURL HAVE_PCRE} $ {})
set_target_properties(sslstrip PROPERTIES PREFIX "ec_")
9. cd ..
10. mkdir build
11. cd build
12. cmake ..
13. make install

FINISHED.

Reply







Users browsing this thread: 1 Guest(s)