kpcyrd/sniffglue
Secure multithreaded packet sniffer observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 78
- Release rhythm 48
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 588
- age_days: 3277
- days_rel: 136
- days_push: 136
- n_releases_24m: 2
Adoption not part of the score
1265 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A secure multithreaded network packet sniffer written in Rust that parses packets concurrently across all CPU cores. It is hardened with seccomp sandboxing so it can run safely on untrusted networks without crashing on malformed packets.
Use cases
- sniff packets on an untrusted wifi network without risking a compromised host
- capture and decode dhcp, dns, tls, and http traffic on an interface
- inspect network traffic from a docker container to debug container networking
- monitor what protocols are flowing through a network interface with readable output
- replace tcpdump with a memory-safe sniffer that won't crash on malformed packets
- increase verbosity to surface arp, ssdp, cjdns, and dropbox beacons on the local network
When to choose
- you need a hardened, sandboxed sniffer safe to run on hostile networks
- you want readable, filtered packet output by default instead of raw hex dumps
- you prefer a memory-safe Rust alternative to tcpdump
- you need to debug traffic inside containers with a tiny docker image
When to avoid
- you need full pcap capture-to-file workflows or deep packet inspection
- you need 802.11 wifi frame analysis, which is not yet supported
- you need a GUI like Wireshark for interactive protocol dissection
- you need to write custom dissectors for exotic protocols
Facets
cli-tool · maturity active
networking security parser cli security networking developer-tools cli rust packet-sniffer pcap seccomp-sandbox multithreaded protocol-analysis network-monitoring tcpdump-alternative command-line linux macos docker
2 sources
- readme: https://github.com/kpcyrd/sniffglue · fetched 2026-08-28 · a533c504154f
- registry_crates: https://crates.io/api/v1/crates/sniffglue · fetched 2026-08-29 · db8d48fb7018
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kpcyrd/sniffglue | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="kpcyrd/sniffglue")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem