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

hCaptcha Bypass Tip :) #124

Closed
hb0nes opened this issue Jun 28, 2021 · 8 comments
Closed

hCaptcha Bypass Tip :) #124

hb0nes opened this issue Jun 28, 2021 · 8 comments
Labels
Projects

Comments

@hb0nes
Copy link

hb0nes commented Jun 28, 2021

Hello.

I have also written an epic-games free games snatcher (in Go) and managed to bypass all captcha without any user action.
It is possible to get an hCaptcha accessbility token here:
https://dashboard.hcaptcha.com/welcome_accessibility

It will send an email to the user with a link like so:
https://accounts.hcaptcha.com/verify_email/f0264391-99a8-4ec4-8d24-d80035810909

This link is permanently valid and can be used around 2-3 times per day to set cookies for that session. There will be no more subsequent hCaptcha prompts after setting cookies through that URL.

So instead of setting up mail and going through a broken process (it didn't work for me), a user can just add such a link to their config and it'll set the correct cookies.

Freedom!

@LilTrublMakr
Copy link

How do I go about adding this to the config? Is it something the dev needs to implement?

@claabs
Copy link
Owner

claabs commented Aug 10, 2021

This solution isn't compatible with the current state of the project due to browser security limitations. It'll be implemented in v4.

@claabs claabs added the v4 label Aug 10, 2021
@LilTrublMakr
Copy link

Any ETA when that could be?

@claabs claabs added this to In progress in v4 Aug 30, 2021
@Chr0nicT
Copy link

Chr0nicT commented Sep 3, 2021

Please note that Epic has since removed all accessibility options for their captcha. I don’t know enough JS to assist here, but if someone could separate browser fingerprinting and captcha solving I could help.

@claabs
Copy link
Owner

claabs commented Sep 3, 2021

Please note that Epic has since removed all accessibility options for their captcha. I don’t know enough JS to assist here, but if someone could separate browser fingerprinting and captcha solving I could help.

I was able to bypass the captcha using accessibility with Puppeteer. You can see the progress on develop

The overall v4 progress can be tracked here: https://github.com/claabs/epicgames-freegames-node/projects/1

@hb0nes
Copy link
Author

hb0nes commented Sep 3, 2021 via email

@Chr0nicT
Copy link

Chr0nicT commented Sep 4, 2021

In my own yoinker I can still bypass hcaptcha with the hcaptcha accessibility cookie but you need to rate limit how often you use it, like twice per day, or it won't work.

Oh no way. I guess I should check back into mine and see where I went wrong. I was also going hard on the requests though as well, so that may be it. Thank you!

@claabs claabs moved this from In progress to Done in v4 Sep 5, 2021
@claabs claabs mentioned this issue Oct 2, 2021
@claabs
Copy link
Owner

claabs commented Oct 2, 2021

@claabs claabs closed this as completed Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
v4
Done
Development

No branches or pull requests

4 participants