diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:39:46 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:39:46 -0400 |
commit | dc64a97abae7d2ece1a9ecb1ce8b9695d0aa1799 (patch) | |
tree | 0fb6501842fb5618d009159c2fb3f723af064cb1 /network/ettercap | |
parent | 027af9b8aebeab8ba4e898b11aae58f1acae3791 (diff) |
network/ettercap: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/ettercap')
-rw-r--r-- | network/ettercap/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/network/ettercap/README b/network/ettercap/README index f0bb17c1cfef..c17c48eb05b7 100644 --- a/network/ettercap/README +++ b/network/ettercap/README @@ -1,8 +1,8 @@ Ettercap is a suite for man in the middle attacks on LAN. It features -sniffing of live connections, content filtering on the fly and many other -interesting tricks. It is capable of intercepting traffic on a network -segment, capturing passwords, and conducting man-in-the-middle attacks -against a number of common protocols. +sniffing of live connections, content filtering on the fly and many +other interesting tricks. It is capable of intercepting traffic on a +network segment, capturing passwords, and conducting man-in-the-middle +attacks against a number of common protocols. It supports active and passive dissection of many protocols (even ciphered ones) and includes many feature for network and host analysis. @@ -10,8 +10,10 @@ ciphered ones) and includes many feature for network and host analysis. It is free software, licensed under the terms of the GNU General Public License. -The build script support the following switches: -IPV6=ON (default: OFF) to enable ipv6 support -LUA=ON (default: OFF) to enable lua support (experimental), requires luajit +The build script supports the following environment variables: + +IPV6=ON to enable ipv6 support + +LUA=ON to enable experimental lua support, requires luajit GeoIP is an optional dependency. |