Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 604 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 604 Bytes

ja3-server

A proof of concept of fingerprinting TLS clients with JA3 (part of an article here).

Creates an HTTPS server which responds with the JA3 fingerprint of the client, and stores it into Redis for analytics purposes.

Thanks/licenses

  • Original algorithm: Salesforce
  • Golang implementation: Remco Verhoef, copyright DutchSec, AGPL 3.
  • Golang stdlib (crypto/tls, net/http): copyright the Go authors, BSD.