Network monitoring and capture playback
1.3K
Network traffic replayer with Lua dissector support: replay PCAP files with timing preservation and protocol analysis. Also supports live capture mode.
Source: github.com/deanturpin/stooge
Run with a PCAP file (requires -it for interactive TUI, if you omit that it will run in the less exciting text-only mode):
docker run --rm -it -v $(pwd):/data deanturpin/stooge /data/capture.pcapng
Live capture mode (requires elevated privileges):
docker run --rm -it --network=host deanturpin/stooge
The TUI uses different colours to distinguish protocol types and IP versions:
IPv4 Packets and Endpoints:
IPv6 Packets and Endpoints:
Known Network Vendors:
Note: Interactive TUI mode requires Docker -it flags. Without these flags, the tool automatically falls back to text-only output mode.
When running in interactive TUI mode:
q or Esc - Quit the applicationCtrl+C - Quit the applicationTwo images are automatically built:
deanturpin/stooge:latest - Stable release (built from release branch)deanturpin/stooge:devel - Development build (built from main branch, latest features)To use the development version:
docker run --rm -it -v $(pwd):/data deanturpin/stooge:devel /data/capture.pcapng
Content type
Image
Digest
sha256:73dc9e8d2…
Size
54.8 MB
Last updated
8 months ago
docker pull deanturpin/stooge