Hello!
Ettercap was running on OS2.2.1

see
http://www.hackint0sh.org/forum/f126...htm#post355791
I was not able to compile it again. Has someone successfully compiled it?
Who is interested to find the tool in Cydia?
Ettercap
http://www.mirrorservice.org/sites/f...G-0.7.3.tar.gz
YouTube - IEFD Ep. 20 - Ettercap - Part 1 of 6
Quote:
|
Ettercap is a great and useful network tool. Ettercap is basically a suite of tools for sophisticated man in the middle attacks on LAN, VLAN, and WIFI-networks. It features sniffing of live connections, content filtering on the fly and many other interesting tricks. It supports active and passive dissection of many protocols (even ciphered ones like SSL, SSH, and TLS) and includes many feature for network and host analysis.
|
---
Toolchain on OS3.0
I've successfully installed the com.bigboss.20toolchain on OS3.0 via Cydia. The solution was to install the following libgcc .deb file first:
http://ipod-touch-max.ru/cydia/index...gcc&cat=search
Well, here we are now:
Quote:
iPhone:/private/var/root/ettercap-NG-0.7.3 root# CPP="/usr/bin/cpp" ./configure --host=arm-apple-darwin
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking whether to enable maintainer-specific portions of Makefiles... no
Configuring ettercap NG-0.7.3...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-apple-darwin-strip... no
checking for strip... strip
checking build system type... arm-apple-darwin10.0.0d3
checking host system type... arm-apple-darwin
checking for arm-apple-darwin-gcc... arm-apple-darwin-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-apple-darwin-gcc accepts -g... yes
checking for arm-apple-darwin-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of arm-apple-darwin-gcc... gcc3
checking for arm-apple-darwin-gcc... (cached) arm-apple-darwin-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether arm-apple-darwin-gcc accepts -g... (cached) yes
checking for arm-apple-darwin-gcc option to accept ANSI C... (cached) none needed
checking dependency style of arm-apple-darwin-gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... /usr/bin/cpp
configure: error: C preprocessor "/usr/bin/cpp" fails sanity check
See `config.log' for more details.
iPhone:/private/var/root/ettercap-NG-0.7.3 root#
|