TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ReBreakCaptcha: Breaking Google’s ReCaptcha v2 Using Google

140 pointsby edwinkslabout 8 years ago

10 comments

maxmcdabout 8 years ago
From previous recaptcha discussion[1] it seems like the going rate for solving recaptcha&#x27;s is $2 for 1000 solved, or as low as $1&#x2F;1000. This method would actually be more expensive than that at $6&#x2F;1000[2]<p>1. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11453697" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11453697</a><p>2. <a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;speech&#x2F;pricing" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;speech&#x2F;pricing</a>
评论 #13765881 未加载
tyingqabout 8 years ago
Found something mildly interesting playing around with this. One of the network requests when you ask for audio is this: <a href="https:&#x2F;&#x2F;www.google.com&#x2F;js&#x2F;bg&#x2F;Kv2WsNzHE5GULL-TmjqX5N4dnwt4D3cPVKm_UbfMct4.js" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;js&#x2F;bg&#x2F;Kv2WsNzHE5GULL-TmjqX5N4dnwt4D3c...</a><p>Which presents this, in a comment at the top of the returned js:<p>Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t<p>That decodes to: botguard-contact@google.com
评论 #13771837 未加载
spullaraabout 8 years ago
When I was at Yahoo we had a HackDay where there was one team that used Flickr data to make a captcha that asked for tags for an image it displayed. Another team used Flickr data to look at images and automatically tag them...
hedoraabout 8 years ago
Wow. I want this as a browser plugin. The image recaptchas are extremely time consuming (maybe I click the wrong images, or they&#x27;re just punishing me for logging out and clearing cookies...), and I don&#x27;t want to futz with the audio ones.
评论 #13765942 未加载
评论 #13766125 未加载
评论 #13767522 未加载
评论 #13766429 未加载
评论 #13766068 未加载
cavanasmabout 8 years ago
Is this a PoC bug bounty type of deal, or &quot;here&#x27;s a neat tool that can beat reCaptcha&quot; type of deal? Seeing a bunch of comments about wanting a browser plugin that exploits this, but I&#x27;m wondering if that would be legal or not after reading (from HN several weeks ago) about the ticket scalpers who automated TicketMaster&#x27;s site and were charged with fraud. The case isn&#x27;t exactly analogous, but it&#x27;s close enough to make me wonder.<p><a href="https:&#x2F;&#x2F;motherboard.vice.com&#x2F;en_us&#x2F;article&#x2F;the-man-who-broke-ticketmaster" rel="nofollow">https:&#x2F;&#x2F;motherboard.vice.com&#x2F;en_us&#x2F;article&#x2F;the-man-who-broke...</a>
评论 #13770075 未加载
amenghraabout 8 years ago
Maybe they should have dubbed this ReNotBreakCaptcha?<p><pre><code> &gt; I’ve testing in 3 examples, and none had the correct answer: first one only detected 3 out of 6 numbers, the seconds had 10 digits, one of them wrong, and the third couldn’t recognise. &gt; Also, it seams that google implement a max number of retries for audio challenge.&quot;</code></pre>
hippichabout 8 years ago
Captcha-replacement - <a href="https:&#x2F;&#x2F;hashcash.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hashcash.io&#x2F;</a>
评论 #13779544 未加载
评论 #13768255 未加载
appsec1485about 8 years ago
It was already prooved in 2012: <a href="https:&#x2F;&#x2F;arstechnica.com&#x2F;security&#x2F;2012&#x2F;05&#x2F;google-recaptcha-brought-to-its-knees&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arstechnica.com&#x2F;security&#x2F;2012&#x2F;05&#x2F;google-recaptcha-br...</a><p>But, it is not exploitable - when Google identified high volvume attacks, the voice captcha is changed into a more complex voice which cannot be identified via this tool.<p>A Proof of Concept was already created by AppSec Labs, in Sep 2016: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=4yec-vxN0BY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=4yec-vxN0BY</a>
chatmastaabout 8 years ago
What success rate have you seen? Google intentionally fuzzes parts of the audio and tries to induce false positives.<p>Also, does google offer an audio captcha every single time? Even for very high risk profiles?
评论 #13766598 未加载
captchazabout 8 years ago
You can automatically bypass ReCaptcha v2 using a captcha solving service with <a href="https:&#x2F;&#x2F;www.captchasolutions.com" rel="nofollow">https:&#x2F;&#x2F;www.captchasolutions.com</a>