Back to browse
GitHub Repository

Netstat for TLS

0 starsC

Netstat for TLS Traffic

by yuedongze·Jul 9, 2026·1 point·0 comments

AI Analysis

●●SolidWizardryNiche Gem

eBPF + OpenSSL uprobes capture plaintext at the one vantage point where it exists.

Strengths
  • Dual observation strategy fuses wire-level kprobes with library-level uprobes for complete picture
  • Keys everything by struct sock pointer to correlate plaintext back to specific connections
  • htop-style terminal UI with live byte counts and interactive plaintext peeking
Weaknesses
  • Linux-only with root required, no Windows or macOS support for enterprise environments
  • Only works with dynamically linked OpenSSL, misses statically compiled or alternative TLS libs
Category
Target Audience

Security engineers and infrastructure developers debugging TLS issues

Similar To

Wireshark · tcpdump · sslsplit

Similar Projects

Developer Tools●●Solid

Top' for Redis Using eBPF

eBPF hooks decrypt TLS Redis traffic without proxy or MONITOR command overhead.

Big BrainNiche Gem
ok_major_9889
4014d ago
Security●●●Banger

ClawShield – Open-source security proxy for AI agents (Go, eBPF)

Defense-in-depth AI agent firewall: proxy + eBPF kernel + three-tier injection detection.

WizardrySolve My Problem
sleuthco
224mo ago
SecurityMid

Using subliminal channels to hide data in TLS handshakes

Uses EdDSA signatures to smuggle arbitrary bytes through TLS handshakes — a classic subliminal-channel trick applied to modern TLS code. The repo includes an actual client/server PoC (https_client.c, https_server.c), a cert generation script, and a bundled wolfSSL build so you can reproduce the experiment. Clever demo, but it reads like research code rather than a hardened tool: there's little on threat modelling, detection, or performance trade-offs.

WizardryNiche Gem
desmoulins
204mo ago
Developer Tools●●●Banger

Live, system-wide USB transfer sniffer in eBPF

eBPF-based USB sniffer bypasses usbmon entirely using universal URB hooks for zero-setup debugging.

WizardrySolve My ProblemDark Horse
r3tr0
901mo ago