Settings

Theme

Show HN: Tlsinfo.me – check your JA3/JA4 TLS fingerprints

tlsinfo.me

3 points by elpy1 a year ago · 0 comments · 1 min read

Reader

Recently 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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection