forked from Ettercap/ettercap
-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.PLATFORMS
270 lines (187 loc) · 9.46 KB
/
README.PLATFORMS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
==============================================================================
==============================================================================
@@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@
@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@ @@
@@@@@@ @@@ @@@ @@@@@@ @@@@@@ @@ @@@@@@@ @@@@@@
@@ @@@ @@@ @@ @@ @@ @@ @@ @@ @@
@@@@@@@ @@@ @@@ @@@@@@@ @@ @@@ @@@@@@@ @@ @@ @@ NG
Copyright 2001-2013 The Ettercap Dev Team
==============================================================================
P O R T I N G S T A T U S
==============================================================================
SYSTEM STATUS NOTES
==============================================================================
LINUX
------------------------------------------------------------------------------
Linux 3.x FULL (primary development platform)
Linux 2.6.x FULL (primary development platform)
Linux 2.4.x FULL (primary development platform)
Linux 2.2.x FULL
SOLARIS
------------------------------------------------------------------------------
SunOS 5.8 (sparc) FULL tested on a SunFire V100 sparc64
Solaris 8 (intel) FULL tested on SunOS solaris 5.8 (i386)
*BSD
------------------------------------------------------------------------------
FreeBSD 8.x FULL tested on FreeBSD 8.3-RELEASE (amd64)
FreeBSD 5.x FULL tested on FreeBSD 5.1-RELEASE (i386)
FreeBSD 4.x untested
OpenBSD 3.x FULL tested on OpenBSD 3.4 GENERIC#18 i386
OpenBSD 2.x untested
NetBSD 1.5.x untested
MAC OS X (Darwin)
------------------------------------------------------------------------------
Mac OS X FULL tested on OS X Lion and Snow Leopard (64-bit)
Darwin 7.x FULL tested on darwin 7.0.0 (powerpc)
Darwin 6.x untested
WINDOWS (native/mingw) thanks to G. Vanem <[email protected]>
------------------------------------------------------------------------------
Windows 2000 untested
Windows XP FULL
Windows 2003 FULL
WINDOWS (cygwin)
------------------------------------------------------------------------------
Windows 2000 in progress...
Windows XP in progress...
==============================================================================
P L A T F O R M S P E C I F I C I S S U E
==============================================================================
------------------------------------------------------------------------------
L I N U X
------------------------------------------------------------------------------
No known issue, just be sure to have all the required components. (see README)
------------------------------------------------------------------------------
S O L A R I S
------------------------------------------------------------------------------
After installing the following packages from http://http://www.sunfreeware.com
- libtool 1.5 (needed for libltdl)
- libpcap 0.8.1
- gcc 3.3.1
- binutils 2.11.2
- make 3.80
ettercap NG configures and compiles without any issue.
libnet 1.1.2.1 should be downloaded from http://www.packetfactory.net and
compiled by your own.
If you want to compile from the CVS, you will need to install the autotools in
order to be able to generate configuration scripts:
- autoconf 2.57
- automake 1.7.2
------------------------------------------------------------------------------
M A C O S X
------------------------------------------------------------------------------
thanks to 'rgovostes' for this instructions.
Launch FinkCommander and search for the following software. Select the
appropriate files and press command-shift-i to begin installing them - it'll
take a long time, don't let your machine fall asleep. There may be additional
packages which you should install, such as ones with -dev or -shlibs
extensions. There may be multiple versions of the software available - if in
doubt, go with the latest copy.
autoconf >= 2.57-2
automake >= 1.7.6-2
bison >= 1.875-1
dlcompat >= 20030629-15
libnet >= 1.1.2.1-1
libpcap >= 0.8.1-1
libpoll >= 1.4-11
libtool >= 1.5-1
ncurses >= 5.3-20031018-2
openssl >= 0.9.7c-3
pcre >= 4.3-1
pkgconfig >= 0.15.0-2
------------------------------------------------------------------------------
B S D
------------------------------------------------------------------------------
+ FREEBSD
In order to have plugins support you have to install the following package:
- libltdl (part of libtool 1.5)
all the other libs can be installed from ports (except for libnet 1.1.2.1,
at the moment)
if you encounter some linking problem compiling the tarball, it is due to
the libtool version provided within our tarball. to solve the problem
re-libtoolize the package and recompile it or download the cvs version and
run the autogen.sh script.
probably you will have to append the --with-iconv=/usr/local to the
configure command line.
on some BSD configurations, even after installing the libtool and libltdl ports,
lt_dlopen might not be found by the configure script. To solve this, install the
libpcap port from /usr/ports/net and run configure this way:
CFLAGS="-I /usr/local/include" LDFLAGS="-L /usr/local/lib" ./configure ....
libnet-devel should be installed from source since the port installs it in /usr/local/include/libnet11
and /usr/local/lib/libnet11 and the configure script can only search one path for libraries and
includes (might update script later).
Once libnet-devel, libpcap (port), libpcre (port), libiconv (port) are installed,
make sure to add the --with-libnet=/usr/local --with-libpcap=/usr/local --with-libpcre=/usr/local
--with-iconv=/usr/local options
+ OPENBSD
Same recommendations as for FreeBSD, but you have to find a way to install
libltdl since it seems that newer version of libtool aren't in the ports
collection.
Furthermode OpenBSD requires libpcap 0.8.3 since it fixed a segfault in
pcap_findalldevs();
probably you will have to append the --with-iconv=/usr/local to the
configure command line.
------------------------------------------------------------------------------
W I N D O W S
------------------------------------------------------------------------------
+ MINGW / MSYS (suggested)
1) download the wpdpack from the winpcap website
- install the drivers (version >= 3.1 beta)
2) download the libnet tarball from packetfactory.net
apply this patch:
http://ettercap.sf.net/devel/libnet-1.1.2.1-mingw.tar.gz
3) download pthreads from: ftp://sources.redhat.com/pub/pthreads-win32
4) download all the other required library from:
http://gnuwin32.sourceforge.net/packages.html
- openssl
- libgw32c
- libz
- libregex
- libiconv
5) download the gtk development and runtime packages from:
http://www.gimp.org/~tml/gimp/win32/downloads.html
4) unpak all the packages as shown in the following tree:
.
|-> ettercap_ng
|-> gtk
|-> gw32c
|-> libiconv
|-> libnet
|-> openssl
|-> pthreads
|-> regex
|-> winpcap
|-> zlib
make sure each directory contains an 'include' dir with the .h files and a
'lib' directory with the .a/.dll files.
5) enter the ettercap_ng directory and execute the configure script
6) issue the 'make' command and have fun :)
7) ettercap/include/ec_os_mingw.h might need to be modified to not declare struct
timezone as it is already defined in sys/time.h on latest MinGW version.
*) probably you'll have some difficulties compiling it. you have to modify
the makefile a bit to suite your environment. don't forget to install all
the required .dll since the .dll.a are only wrapper to the real .dll file.
*) if make fails because of a /man/man5 or /man/man8 directory does not exist,
keep running make until compilation is done
*) after everything is done type:
a) cd ..
b) /usr/bin/find . -name \*.dll -exec cp {} ettercap/lib \;
c) cd ettercap
d) cp ettercap.exe lib
e) run ettercap from lib
if you want precompiled packages:
http://sourceforge.net/project/showfiles.php?group_id=17435
+ CYGWIN (deprecated)
1) download the wpdpack from the winpcap website
- install the drivers (version >= 3.1 beta)
2) download the libnet tarball from packetfactory.net
3) copy the libs in Wpdpack/lib into /usr/lib
copy the includes in Wpdpack/include into /usr/include/pcap
rename the /usr/include/pcap/pthread.h to /usr/include/pcap/_pthread.h
4) compile the libnet source...
you have to search in the mailing list for the patch for cygwin.
this is the hardest part... since libnet porting to cygwin is not
fully working... my bad :(
5) run the ettercap NG configure script
6) issue the 'make' command and have fun
==============================================================================
vim:ts=3:expandtab