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

[Feature] Android extensions randomize #393

Open
Cataphract89 opened this issue Sep 23, 2024 · 1 comment
Open

[Feature] Android extensions randomize #393

Cataphract89 opened this issue Sep 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Cataphract89
Copy link

Is there any way to randomize extensions for Ja3 real android similar to chrome...?

   771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,(...),29-23-24,0

Real androids always have them different, but any manual change of extension order always results in errors

@Cataphract89 Cataphract89 added the enhancement New feature or request label Sep 23, 2024
@lexiforest
Copy link
Owner

Please describe in details about the error. I just tested with 2 random ja3 from chrome, and it works.

>>> ja3 = "771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,13-17513-16-11-0-65037-35-27-10-18-45-5-65281-51-23-43,25497-29-23-24,0"
>>> requests.get("https://tls.browserleaks.com/json", ja3=ja3).json()["ja3_text"] == ja3
True
>>> ja3 = "771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,35-27-23-16-18-65037-11-17513-51-45-10-65281-5-0-13-43,25497-29-23-24,0"
>>> requests.get("https://tls.browserleaks.com/json", ja3=ja3).json()["ja3_text"] == ja3
True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants