forked from Ettercap/ettercap.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
195 lines (164 loc) · 6.94 KB
/
about.html
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
<!doctype html>
<html lang="en">
<head>
<title>About « Ettercap</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=100" /> <!-- Force IE8 Compatibility mode OFF -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./common.css" type="text/css" />
<link rel="stylesheet" media="(min-width: 1080px)" href="./desktop.css" type="text/css" />
<link rel="stylesheet" media="(min-width: 601px) and (max-width: 1079px)" href="./tablet.css" type="text/css" />
<link rel="stylesheet" media="(max-width: 600px)" href="./handheld.css" type="text/css" />
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="./favicon.ico" />
<script language="javascript" type="text/javascript" src="./handheld-menu.js"></script>
</head>
<body>
<div id="header">
<div id="menu">
<a href="javascript:toggle_menu()">
<img src="menu.png" alt="Menu" />
</a>
</div>
<div id="logo">
<a href="#">
<picture>
<source media="(min-width: 1080px)" srcset="logo.png" />
<source media="(min-width: 601px) and (max-width: 1079px)" srcset="logo-tablet.png" />
<source media="(max-width: 600px)" srcset="logo-handheld.png" />
<img src="logo.png" alt="logo" />
</picture>
</a>
</div>
</div>
<h1><a href="#">About <small>«</small> Ettercap</a></h1>
<div class="container">
<div id="digi-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="get-involved.html">Get Involved</a></li>
<li><a href="bugs.html">Bug Submission</a></li>
<li><a href="social.html">Social</a></li>
</ul>
</div>
<div id="content">
<div class="post">
<h2>About the Ettercap project</h2>
<div class="entry">
<blockquote><span class="padded"><p class="padleft">
Original Author:<br />
Alberto Ornaghi (ALoR)<br /><br />
Original Author:<br />
Marco Valleri (NaGA)<br /><br />
Project Stewards:<br />
Emilio Escobar (exfil)<br /><br />
Core Developers:<br />
Alexander Koeppe (format_c)<br />
Gianfranco Costamagna (LocutusOfBorg)<br />
Ali Abdulkadir<br /><br />
<hr />
Email Us: info -at- ettercap-project.org
</p></span>
</blockquote>
<h3>Ettercap offers three interfaces, traditional command line, GUI and ncurses</h3>
<div class="box half">
<span class="title half"><h3>Supported Distributions</h3></span>
<br /><br />
<span class="padded">These distributions have been tested in both 32 and 64 bit flavors where possible
<ul class="fancy_list">
<li class="circle_arrow">Debian/Ubuntu (Includes derivatives such as Kali, BackTrack, Mint, etc)</li>
<li class="circle_arrow">Fedora</li>
<li class="circle_arrow">Gentoo</li>
<li class="circle_arrow">Pentoo</li>
<li class="circle_arrow">Mac OSX (Snow Leopard & Lion)</li>
<li class="circle_arrow">FreeBSD</li>
<li class="circle_arrow">OpenBSD</li>
<li class="circle_arrow">NetBSD</li>
</ul>
<br /><br /><br />
</span>
<span class="title half"><h3>Unsupported Distributions</h3></span>
<br /><br />
<span class="padded">Installation may work on the following distributions, but are not supported. Additional settings may be required for compilation and/or use
<ul class="fancy_list">
<li class="circle_arrow">OpenSuSe</li>
<li class="circle_arrow">Solaris</li>
<li class="circle_arrow">Windows Vista</li>
<li class="circle_arrow">Windows 7</li>
<li class="circle_arrow">Windows 8</li>
<li class="circle_arrow">Windows 10</li>
</ul>
</span>
</div>
<div class="box half">
<span class="title half"><h3>Dependencies</h3></span>
<br /><br />
<span class="padded">Ettercap source compilation requires the following dependencies
<ul class="fancy_list">
<li class="circle_arrow">Libpcap & dev libraries</li>
<li class="circle_arrow">Libnet1 & dev libraries</li>
<li class="circle_arrow">Libpthread & dev libraries</li>
<li class="circle_arrow">Zlibc</li>
<li class="circle_arrow">Libtool</li>
<li class="circle_arrow">CMake</li>
<li class="circle_arrow">Flex</li>
<li class="circle_arrow">Bison</li>
<li class="circle_arrow">SSL Dissection Required Dependencies
<ul class="fancy_list">
<li>LibSSL & dev libraries</li></ul>
</li>
<li class="circle_arrow">GTK Related Dependencies
<ul class="fancy_list">
<li>LibGTK & dev libraries</li></ul>
</li>
<li class="circle_arrow">NCurses Related Dependencies
<ul class="fancy_list">
<li>Libncurses & dev libraries</li></ul>
</li>
<li class="circle_arrow">Filter Related Regex Dependencies
<ul class="fancy_list">
<li>Libpcre & dev libraries</li></ul>
</li>
</ul></span>
</div>
<div class="box ">
<span class="padded">When building from source, dependencies should be found in the supported distribution repositories. Try these first before acquiring from external dependency source pages. All supported builds have been tested with dependencies installed from the distribution repository.
<br />
If you are running on debian, or any debian based distro you can install the required dependencies by running:</span>
<br />
<pre id="desktop"><code>sudo apt-get install build-essential debhelper bison check cmake flex groff libbsd-dev \
libcurl4-openssl-dev libmaxminddb-dev libgtk-3-dev libltdl-dev libluajit-5.1-dev \
libncurses5-dev libnet1-dev libpcap-dev libpcre2-dev libssl-dev
</code></pre>
<pre id="tablet"><code>sudo apt-get install build-essential debhelper bison check cmake flex groff libbsd-dev \
libcurl4-openssl-dev libmaxminddb-dev libgtk-3-dev libltdl-dev libluajit-5.1-dev \
libncurses5-dev libnet1-dev libpcap-dev libpcre2-dev libssl-dev
</code></pre>
<pre id="handheld"><code>sudo apt-get install build-essential debhelper \
bison check cmake flex groff libbsd-dev \
libcurl4-openssl-dev libmaxminddb-dev \
libgtk-3-dev libltdl-dev libluajit-5.1-dev \
libncurses5-dev libnet1-dev libpcap-dev \
libpcre2-dev libssl-dev
</code></pre>
<span class="padded">For running ettercap you might need to install ethtool, needed for disabling interface offloads</span>
<br /><br />
</div>
<br class="clear" />
</div><!-- end entry -->
</div><!-- end post -->
</div><!-- end content -->
<div id="footer">
<div id="footer-container">
<span class="right"><a href="#">© Ettercap Project</a> | <a href="http://www.ticktockcomputers.com" target="_blank" title="Designed by DigiP">Theme by Tick Tock Computers, LLC</a></span>
</div>
</div><!-- end footer -->
</div><!-- end container -->
<div class="fixed-side">
<img src="open-source.jpg" alt="open-source" title="This project 100% Open-Source, for the community, and by the community." style="position:relative; right:6px;" />
<a href="https://twitter.com/ettercapproject"><img src="Twitter-64.png" alt="" title="Follow us on Twitter" /></a>
<a href="https://www.youtube.com/channel/UCVYP1AeH9G1E1rtllwxLEQA"><img src="youtube-black.png" alt="YouTube" title="Official Ettercap YouTube Channel" /></a>
</div>
</body>
</html>