Skip to content

Releases: FoxIO-LLC/ja4-nginx-module

FIX: Use max supported version instead of client version

15 Nov 20:51
892cc6e
Compare
Choose a tag to compare

FIX: JA4 ALPN implementation

23 Oct 23:22
Compare
Choose a tag to compare

This minor version update fixes the incorrectly implmented ALPN section of the generated JA4 fingerprint.

Previously, the first two characters of the first value of the ALPN extension were added to the fingerprint.
Now, the first and last character of the first value of the ALPN extension are added to the fingerprint.

FIX: ALPN NULL logging bug

18 Jul 17:58
Compare
Choose a tag to compare
v1.2.1-beta

ALPN NULL logging bug

JA4one update

18 Jul 00:07
Compare
Choose a tag to compare

Removes tracking of the padding extension

JA4one

16 Jul 23:45
Compare
Choose a tag to compare

JA4one is a new fingerprint that ignores the TLSv1.3 pre shared key extension to reduce the entropy of fingerprints such that any given client (Chrome, Edge, etc.) will map to a single JA4one fingerprint.

JA4 Nginx Beta Release

20 May 23:25
Compare
Choose a tag to compare

This is the first official beta release of the JA4 suite on Nginx.

The module adds two Nginx variables that can be used in .conf files:

$http_ssl_ja4
$http_ssl_ja4_string

The values are calculated in real time on a per request basis.