-
Notifications
You must be signed in to change notification settings - Fork 0
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
extensions from example and cloudflare issues #3
Comments
I want to make sure the following things:
|
when i tried to run example i encoutered error in build: error[E0425]: cannot find function, tuple struct or tuple variant error[E0425]: cannot find function, tuple struct or tuple variant For more information about this error, try i'm building on windows, so i had to change branch to v0.23.12 it ran after that, but with same error thread 'main' panicked at examples\client.rs:51:41: in my code i use exact same code as in example my proxy is basically for of hudsucker (https://github.com/omjadas/hudsucker). it works without ja-tools, but on cloudflare sites i'm recognized as bot, but proxy itself works i will try to see handshake with wireshark later, but will appreciate help with current extension issue |
Reproduced on my side with v0.23.12. I'll investigate this issue. Seems something went wrong during upgrading from 0.23.4 |
i tried to downgrade to 'unofficial-rel-0.23' also when used downgraded version with hyper-rustls ^0.27 it worked, but all sites that check tls fingerprints show that no extensions available, and ja4 hash is t13i000000_000000000000_ builder code is equal to example |
I have fixed the v0.23.12 bug. The cloudflare site bug is still under investigation. |
@hueta I tested it against multiple different TLS server implementations. Those from large corps e.g. cloudflare, google and meta won't work, but others like github work well. I have no clue on what's going on now since I'm busy, but I'll try to figure it out when I have time. Please stay tuned. |
Hi! Thank you for great project, theres not a lot of ways to works with ja3, your work is great help!
I have implemented your project in my proxy server but encountered some issues
ExtensionType(27)
if i remove -27 from string it works good, but i cannot visit any page behind cloudflare - i get 502 error and text "Bad Gateway: client error (Connect)"
it can be checked for example, on dune.com
I will greatly appreciate if you will point me in right direction to solve it
Thx again for you work!
@XOR-op
The text was updated successfully, but these errors were encountered: