TLS Tracer is a CLI tool for Linux that captures session information, including TLS versions, cipher suites, client IP addresses, requested URLs, methods, and response codes. It uses eBPF technology to trace SSL/TLS connections.
- Trace TLS connections and capture essential session data
- Filter captured data by IP address, URL, and more
- Output data in text or JSON format
-
Clone the repository:
git clone https://github.com/yourusername/tls_tracer.git cd tls_tracer