I'm using Buster[0] for this purpose, and it relies on the same method. Available on Firefox, Chrome and Opera in their respective add-on stores, and no additional steps are needed (like in this project). From my experience, it works perfectly in a default session and not at all in the private browsing mode. I've never bothered to figure out why is that (possibly some other add-on interfering). [0] https://github.com…
reCAPTCHA relies on things like Google cookies to lower the "user is a bot" risk score. Higher risk scores (such as when you go via a blank slate browsing session) result in more/more difficult challenges.
Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
71–80 of 98 posts
Re: Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
#721. In OSX, enable VoiceOver (CMD+F5). 2. Navigate to a RECAPTCHA. 3. Click the "I Am not a bot" checkbox. How is this not an exploit? Is Google doing something extra when it detects a screen reader?
What do you mean? Enabling VoiceOver on OSX is being white-listed by ReCaptchapa?
Re: Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
#73Earlier quoted context omitted.
Sometimes it won't accept correct answers either and you're just wasting time training their classifier for minutes. I found the audio challenge to be much faster to get past, so I've started switching to it a couple of months ago, then finally decided to automate it with a browser extension. https://github.com/dessant/buster
If you manage to force google to serve you the noscript version, it tends to accept correct answers the first time with no re-challenges. The javascript version of recaptcha won't let me through no matter how many times I give it correct answers. However websites must specifically allow the noscript version to be used; by default it's disabled for all websites.
Re: Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
#74Earlier quoted context omitted.
reCAPTCHA relies on things like Google cookies to lower the "user is a bot" risk score. Higher risk scores (such as when you go via a blank slate browsing session) result in more/more difficult challenges.
> more difficult challenges. That's just code for "it rejects correct answers to frustrate you." If you manage to get the noscript version of the captcha with otherwise the same browser state it will accept a correct answer the first time nearly every time. Presumably this is because they didn't bother to implement their "hassle the user" code in the noscript version; it's probably neglected by google since it's disa…
Re: Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
#75Earlier quoted context omitted.
Dang. I didn’t realize recapcha depended on being logged in. Dark pattern.
They also punish you for blocking cookies, using first party isolation, fingerprinting resistance, etc. ReCaptcha v2 operates much like ReCaptcha v3 (which does away with the question/answer interrogation entirely) without telling users it works that way. v2 will frequently reject correct answers just to punish users who aren't sucking up to the Google surveillance system.
Re: Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
#76Earlier quoted context omitted.
They also punish you for blocking cookies, using first party isolation, fingerprinting resistance, etc. ReCaptcha v2 operates much like ReCaptcha v3 (which does away with the question/answer interrogation entirely) without telling users it works that way. v2 will frequently reject correct answers just to punish users who aren't sucking up to the Google surveillance system.
Is this related to the Google account? Because since switching to firefox and everything not-google I have been constantly harrassed by recaptcha everywhere.
Re: Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
#77This is irrelevant. Speech-to-text costs $0.006 per invocation (for [1] https://cloud.google.com/speech-to-text/pricing [2] https://2captcha.com/ , the first hit I found with the search [captcha solving serving price] Disclosure: I work for Google on security and cloud, but not on anything related to captchas or speech to text.
Re: Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
#78Earlier quoted context omitted.
Dang. I didn’t realize recapcha depended on being logged in. Dark pattern.
They also punish you for blocking cookies, using first party isolation, fingerprinting resistance, etc. ReCaptcha v2 operates much like ReCaptcha v3 (which does away with the question/answer interrogation entirely) without telling users it works that way. v2 will frequently reject correct answers just to punish users who aren't sucking up to the Google surveillance system.
(in most cases, i just close the tab if i get a captcha challenge-i’m sick and tired of the tracking)
Re: Uncaptcha2: Defeat ReCaptcha with Google Speech2Text
#79This is irrelevant. Speech-to-text costs $0.006 per invocation (for [1] https://cloud.google.com/speech-to-text/pricing [2] https://2captcha.com/ , the first hit I found with the search [captcha solving serving price] Disclosure: I work for Google on security and cloud, but not on anything related to captchas or speech to text.
Also, the automated method is probably more reliable than humans and much faster. And the cost of the speech-to-text API could be lowered by using cheaper services or an in-house model.
(Looking at other services, they all seem to agree on the $0.20-$0.40 range, mostly dictated by the hourly wage of their workers)