phuslu / nginx-ssl-fingerprint

high performance ja3 and http2 fingerprint for nginx.
BSD 2-Clause "Simplified" License
145 stars 24 forks source link

Support http_ssl_ja3_hash #44

Closed cello86 closed 7 months ago

cello86 commented 7 months ago

Could you check if is it possible to add http_ssl_ja3_hash function?

Thanks, Marcello

phuslu commented 7 months ago

due to chrome introduces the random extension order in clienthello, the md5 hash of ja3 is less useful. So I deleted in https://github.com/phuslu/nginx-ssl-fingerprint/commit/2ddab697f2e67c94be78bb9fff6924a6439dda0d

phuslu commented 7 months ago

ja4 intend to mitigate this change, let us keep eye on it and implement ja4 in time