Why locally it works fine and in the server im being detected by hcaptcha? #3839
juanfrilla
started this conversation in
General
Replies: 1 comment 2 replies
-
If you're saying you can bypass hCaptcha locally with SeleniumBase via Docker, then I would be curious to see your Dockerfile and the script you used. As far as I know, Docker leaves a detectable fingerprint, making stealth automation from there unlikely. I was also under the impression that hCaptcha can't be bypassed, and therefore hCaptcha-bypass is unsupported. Once you send over that info, I can improve capabilities, such as when running SeleniumBase from Linux servers. Currently, there are working stealth abilities from GitHub Actions Linux servers. Eg: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using asynchronous seleniumbase as an API, with docker and the same proxies locally and in the server:
using these scripts:
Like here:
#3833
It does not break anymore but the thing is that locally from Windows Subsystem for Linux (WSL) its working fine with docker + proxies +seleniumbase and on the aws EC2 server with docker + proxies + seleniumbase (same conditions) im being detected by hcaptcha, I mean, hcaptcha has a command to generate a token and inject it into the html, when I evaluate it locally (obviously automating it) it gets me a valid token and works extremely fine but on the server it appears me the captcha because Im detected as a robot and dont calculate me the token.
I think Im closer
Any recommendation?
Beta Was this translation helpful? Give feedback.
All reactions