40t/go-sniffer
🔎Sniffing and parsing mysql,redis,http,mongodb etc protocol. 抓包截取项目中的数据库请求并解析成相应的语句。 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2899
- days_rel: n/a
- days_push: 1365
- n_releases_24m: 0
Adoption not part of the score
1899 stars · 359 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go-based command-line packet sniffer that captures network traffic and parses database and application protocols (MySQL, Redis, HTTP, MongoDB) into readable statements. It lets developers inspect live database queries without modifying application code.
Use cases
- capture mysql queries from a running application without code changes
- sniff redis commands on a network interface
- debug database traffic by parsing packets into sql statements
- inspect mongodb protocol traffic on eth1
- monitor http requests on a specific port
- troubleshoot what queries a legacy app sends to the database
When to choose
- you need to see live database queries without touching application code
- you're debugging on macOS or Linux and want a lightweight CLI sniffer
- you want protocol-level parsing of mysql, redis, http, or mongodb traffic
When to avoid
- you're on Windows, which is not supported
- you need a GUI-based packet analyzer like Wireshark
- you need protocols beyond the supported list, such as Kafka (still in development)
- you need an actively developed tool with recent releases
Facets
cli-tool · maturity maintenance
parser networking developer-tools cli developer-tools databases networking go cli packet-capture protocol-sniffing libpcap mysql redis mongodb http traffic-analysis debugging linux macos
1 source
- readme: https://github.com/40t/go-sniffer · fetched 2026-08-28 · d7da63f0627d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 40t/go-sniffer | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem