Automic VaultAutomic Vault

brew

Install ettercap with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman

Multipurpose sniffer/interceptor/logger for switched LAN. Version 0.8.4.1 via Homebrew; verified 2026-06-25.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install ettercap

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install ettercap

MacPorts ports tree · net/ettercap/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add ettercap

Alpine Linux edge package indexes · ettercap · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install ettercap-common

Debian stable package indexes · ettercap-common · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install ettercap

Fedora Rawhide package metadata · ettercap · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#ettercap

nixpkgs package indexes · pkgs/by-name/et/ettercap/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S ettercap

Arch Linux sync databases · ettercap · source: geo.mirror.pkgbuild.com

overview

Package summary

Multipurpose sniffer/interceptor/logger for switched LAN

Commands and aliases

  • ettercap
  • ettercap-pkexec
  • etterfilter
  • etterlog

history

Project history and usage

Ettercap is a long-running open-source network security suite for man-in-the-middle work on local networks. Its command-line package provides sniffing, interception, packet filtering, logging, protocol dissection, and host/network analysis tools for switched LAN environments.

Project history

Ettercap dates to the early 2000s; the current GitHub README identifies the project copyright as 2001-current by the Ettercap development team. Early package descriptions framed it as a multipurpose sniffer, interceptor, and logger for switched LANs, a niche that mattered when Ethernet switching made simple hub-style packet sniffing less effective.

The Ettercap-NG generation in the mid-2000s broadened the tool with a modernized interface, plugins, multiple simultaneous MITM attacks, and a more structured core. The official download history shows NG releases in 2004 and 2005, the Lazarus line in 2011 and 2012, the 0.8 series beginning in 2013, and later Garofalo releases continuing maintenance into 2026.

Adoption history

Ettercap became a standard security-lab and penetration-testing package because it combined active and passive protocol dissection with practical MITM mechanisms such as ARP poisoning, bridged sniffing, filtering, and connection logging. Its package metadata across Unix-like systems reflects that role: it is distributed in Homebrew, Debian and Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, and other security-oriented environments.

The project has remained recognizable because it occupies the space between packet analyzers and attack simulators. Users can capture and analyze traffic like a sniffer, but can also alter or redirect traffic in ways useful for authorized testing of LAN trust assumptions.

How it is used

The main `ettercap` program is used in text, curses, or graphical modes to discover hosts, select targets, run MITM modules, sniff traffic, and apply filters. Companion commands such as `etterfilter` and `etterlog` support compiling packet filters and inspecting saved logs.

The manual documents practical workflows such as ARP poisoning, bridge-mode interception with two interfaces, pcap-filtered capture, offline analysis from pcap files, and writing captured packets for later inspection with tools such as tcpdump or Wireshark.

Why package nerds care

Ettercap is package-nerd significant because it is a classic security tool whose build and runtime surface spans libpcap, libnet, OpenSSL, plugin support, terminal UI, optional GTK UI, GeoIP/MaxMind data, and privileged network access. Packaging it correctly means preserving both the text-mode toolchain and the surrounding data/config layout.

It also shows why security packages age differently from ordinary CLIs: release history is full of protocol-support updates, build fixes, memory-safety fixes, and CVE-related maintenance, while the core LAN-testing workflow remains recognizable decades after the first releases.

Timeline

  • 2001: Ettercap project lineage begins, according to the current project README copyright range.
  • 2004: Ettercap-NG 0.7.2 release appears in the official download history.
  • 2005: Ettercap-NG 0.7.3 release adds filter-engine operators and plugin/security fixes.
  • 2013: Ettercap 0.8.0 begins the 0.8 release series.
  • 2020: Ettercap 0.8.3.1 ships further TLS, build, and runtime fixes.
  • 2026: Ettercap 0.8.4.1-Garofalo fixes a heap out-of-bounds read in etterfilter.

Related projects

  • Wireshark and tcpdump are commonly adjacent analysis tools; Ettercap can write captured packets for later use in packet analyzers.
  • Ettercap's own companion tools include etterfilter for filters and etterlog for log inspection.

security posture

Risk level: red

escape, surveillance, or offensive capability signal.

Risk classifier

red risk · medium confidence · escape-surveillance-offensive

Why

  • escape, surveillance, or offensive capability signal

Signals

  • text:sniffer

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 12 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/etter.conf

executables

Installed executables

CommandKindExposureNote
ettercapcliglobal executable
ettercap-pkexeccliglobal executable
etterfiltercliglobal executable
etterlogcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version0.8.4.1
manager updated2026-06-25
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/Ettercap/ettercap

install metadata

Package metadata

Package keybrew:ettercap
Version0.8.4.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/ettercap
Homepagehttps://ettercap.github.io/ettercap/
Repositoryhttps://github.com/Ettercap/ettercap
Upstream docshttps://ettercap.github.io/ettercap
LicenseGPL-2.0-or-later
Source archivehttps://github.com/Ettercap/ettercap/archive/refs/tags/v0.8.4.1.tar.gz
Last updated2026-06-25T13:37:40+02:00
Pulseupdated
Dependenciesat-spi2-core, cairo, freetype, gdk-pixbuf, glib, gtk+3, libmaxminddb, libnet, ncurses, openssl@3, pango, pcre2
Build dependenciescmake
Uses from macOScurl, libpcap
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameettercap
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

ettercap-common 1:0.8.3.1-14

Multipurpose sniffer/interceptor/logger for switched LAN

https://ettercap.github.io/ettercap/

sudo apt install ettercap-common
  • Section: net
  • Architecture: amd64
  • Source Package: ettercap
  • 11 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: Ettercap
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ettercap-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ettercap-graphical 1:0.8.3.1-14

Ettercap GUI-enabled executable

https://ettercap.github.io/ettercap/

sudo apt install ettercap-graphical
  • Section: net
  • Architecture: amd64
  • Source Package: ettercap
  • 10 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ettercap
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ettercap-graphical from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ettercap-text-only 1:0.8.3.1-14

Ettercap console-mode executable

https://ettercap.github.io/ettercap/

sudo apt install ettercap-text-only
  • Section: net
  • Architecture: amd64
  • Source Package: ettercap
  • 6 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ettercap
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ettercap-text-only from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

ettercap

nix profile install nixpkgs#ettercap
  • normalized package name match
  • Matched by: Ettercap
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/et/ettercap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

ettercap-common 1:0.8.3.1-13build3

Multipurpose sniffer/interceptor/logger for switched LAN

https://ettercap.github.io/ettercap/

sudo apt install ettercap-common
  • Section: universe/net
  • Architecture: amd64
  • Source Package: ettercap
  • 12 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: Ettercap
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ettercap-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

ettercap-graphical 1:0.8.3.1-13build3

Ettercap GUI-enabled executable

https://ettercap.github.io/ettercap/

sudo apt install ettercap-graphical
  • Section: universe/net
  • Architecture: amd64
  • Source Package: ettercap
  • 10 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ettercap
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ettercap-graphical from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

ettercap-text-only 1:0.8.3.1-13build3

Ettercap console-mode executable

https://ettercap.github.io/ettercap/

sudo apt install ettercap-text-only
  • Section: universe/net
  • Architecture: amd64
  • Source Package: ettercap
  • 6 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ettercap
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ettercap-text-only from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

ettercap 0.8.4.1-r0

Multipurpose sniffer/interceptor/logger for switched LAN

https://www.ettercap-project.org/

sudo apk add ettercap
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: ettercap
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ettercap
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ettercap from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

ettercap-doc 0.8.4.1-r0

Multipurpose sniffer/interceptor/logger for switched LAN (documentation)

https://www.ettercap-project.org/

sudo apk add ettercap-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: ettercap
  • normalized package name match
  • Matched by: Ettercap
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: ettercap-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

libettercap 0.8.4.1-r0

Multipurpose sniffer/interceptor/logger for switched LAN (libraries)

https://www.ettercap-project.org/

sudo apk add libettercap
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: ettercap
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ettercap
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libettercap from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

ettercap 0.8.4.1-1.fc45

Network traffic sniffer/analyser, NCURSES interface version

http://ettercap.sourceforge.net

sudo dnf install ettercap
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: ettercap
  • 23 dependencies
  • 6 provides
  • normalized package name match
  • Matched by: Ettercap
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: ettercap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

ettercap 0.8.4.1-1

Network sniffer/interceptor/logger for ethernet LANs - console

https://www.ettercap-project.org/

sudo pacman -S ettercap
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 15 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Ettercap
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ettercap from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
pacman95%

ettercap-gtk 0.8.4.1-1

Network sniffer/interceptor/logger for ethernet LANs - GTK frontend

https://www.ettercap-project.org/

sudo pacman -S ettercap-gtk
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 19 dependencies
  • 2 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Ettercap
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: ettercap-gtk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

ettercap

sudo port install ettercap
  • normalized package name match
  • Matched by: Ettercap
MacPorts ports tree · api.github.com · MacPorts ports tree: net/ettercap/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment