Idea for reCAPTCHA bypass #2908
gongchandang49
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Michael @mdmintz ,
I watched your last video and saw the part where you mentioned issues with reCAPTCHA. I have found out a free and fairly simple way of bypassing this and I would like to share it.
I'm not sure if SeleniumBase can import extensions in the same way that Selenium and Puppeteer can, but if that is so, then simply importing the .crx from Buster can do. It is a free reCAPTCHA solver that uses audio recognition AI to solve audio captchas.
Source code: https://github.com/dessant/buster
Download CRX: https://crxextractor.com/ and https://chromewebstore.google.com/detail/buster-captcha-solver-for/mpbjkejclgfgadiemmefgebjfooflfhl
I have also noticed that other languages like French or Spanish tend to have a higher solving rate than English, probably because they are less updated. On Buster extension settings, you can change the language on which the captcha is prompted without having to spoof location or browser language.
Although this method has some flaws, like the fact that you will be pushed mandatory image captchas if you fail 2-3 consecutive audio attempts or use low quality proxies, it is still very much worth it. I use it both for daily usage and automation. I haven't tested it headless but it's very likely to work as well.
Thanks for this awesome SeleniumBase library!
Beta Was this translation helpful? Give feedback.
All reactions