Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird anomaly with JA3ToSpec and PaddingExtension (21) #8

Closed
0xARYA opened this issue Apr 27, 2021 · 2 comments
Closed

Weird anomaly with JA3ToSpec and PaddingExtension (21) #8

0xARYA opened this issue Apr 27, 2021 · 2 comments

Comments

@0xARYA
Copy link

0xARYA commented Apr 27, 2021

the padding extension seemingly is added to the spec's extension slice, which is resolved from the JA3 through JA3ToSpec but fails to show up on the response on https://ja3er.com/json

the JA3 im having this issue with specifically is 771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,0-23-65281-10-11-35-16-5-13-18-51-45-43-27-21,29-23-24,0 (tlsfingerprint.io)

@0xARYA
Copy link
Author

0xARYA commented Apr 27, 2021

found the culprit it's PSKKeyExchangeModesExtension

@0xARYA
Copy link
Author

0xARYA commented Apr 27, 2021

fixed the issue, will submit a PR soon... basically just mapped the curveID's to become KeyShare struct compliant ({Group: CURVE_ID}) and passed that to PSKKeyExchangeModesExtension in the same manner we dynamically initiate the curves and point extensions

@0xARYA 0xARYA closed this as completed Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant