A lightweight Go tool for probing and analyzing TLS SNI (Server Name Indication) across network connections.
- Probe TLS endpoints and extract SNI information
- Useful for network diagnostics, censorship research, and infrastructure debugging
- Written in Go with zero external dependencies
go build -o sni-probe
./sni-probe <target>- Go
- Standard library net/tls