wirewatch_

One command. Live, enriched, color-coded visibility of everything talking on your network — powered by Zeek.

$ curl -fsSL https://wirewatch.net/install.sh | bash

What happens when you run it

  1. Detects your OS — macOS (Homebrew) or Debian-family Linux (apt).
  2. Installs prerequisites if missing: Homebrew/apt, Python 3, and Zeek.
  3. Downloads the latest wirewatch.py from this site.
  4. Detects your active network interface (your default route) automatically.
  5. Starts the capture — you'll be asked for your sudo password once, then live traffic streams into your terminal.

You'll see

Requirements

Prefer to read before you run? The installer is a single plain shell script and Wirewatch itself is a single plain Python file. Review either one: install.sh · wirewatch.py · source on GitHub. Stop anytime with Ctrl+C.