Show HN: Tlsinfo.me – check your JA3/JA4 TLS fingerprints
tlsinfo.meRecently I was learning a bit about TLS. This involved lots of capturing network traffic with `tshark`, then opening up wireshark to import the dump and check fingerprints, so I made this small service for easily checking.
curl https://tlsinfo.me/json or visit from your browser. It returns the TLS fingerprint that your request presented, including: JA3, JA3_r (raw), JA4 and JA4_r (raw).
No auth, QUIC supported, rate limited at 10 req/10s/IP to protect the server (pls be nice). Could be handy for:
- Playing around and learning about TLS.
- Debugging.
- Investigating how different clients/software leave different fingerprints.
- Adding one-liner fingerprint checks in tools or as part of an automation pipeline.
- Set up a reverse proxy or domain on cloudflare CNAME'd to tlsinfo.me and check their fingerprint.
Let me know if you find it useful. Reach out if you have any questions or ideas. Thanks.