Add TLS extensions sorting feature - fixing randomized TLS fingerprints #49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Fooinha,
To solve the problem of tls extensions randomization introduced in recent versions of Chrome and to keep the effectiveness of fingerprinting with these browsers, I added the ability to enable TLS extensions sorting in the fingerprint string, this breaks JA3 specification (they do not offer any solution at this time) and of course it changes fingerprints previously computed for a specific client, but it fixes fingerprint randomization.
Feel free to merge, modify or discard this request.
Regards