Google's No Captcha Recaptcha

Blare

BANNED
Joined
Aug 20, 2009
Messages
466
Reaction score
147
Has anyone figured out a way to break google's new captcha system?
https://www.google.com/recaptcha/intro/index.html

zo7VTrL


It seems a lot of places are implementing it, so using de-captcher or any other captcha solving solution is out of the question.
 
That's kinda the point - it's going to be difficult. I have a few ideas on how it can be done - it would mean downloading all the images and going through each one and doing a reverse image search for each to detect the contents and then returning it back to see if it's a match. Requires a lot of processing power for each query.
 
I don't think you'll be able to download all the images, because they are pulling images from their db of google.com/images. It would be pretty much impossible. There has to a clever way around it, I'm sure the more they implement it into services someone will tackle it.
 
any idea if any captcha service is currently offering solution for this?
decaptcher emailed saying they are working on something for it
 
Hi

Even i am intersted in getting solution for No captcha Recaptcha
 
I'm figuring out for the same since past 48 hours, but didn't succinct yet :(
 
According to Green Hat from Death by Captcha, they can solve the new Google No Captcha Recaptcha...
 
Brute force... took me about 15 completely random tries.

https://www.google.com/recaptcha/api2/demo
 
have you asked with some other captcha breaking services?
 
i think you can try with bypasscaptcha (its not my site) they are solving this
 
currently all the working implementations of solving those capchas I've seen based on sending them this capcha's pics & description what to choose from this pics.
the main problems i faced - in page's source code(or in js containing that text, don't remember now) the text usually changed to the format i wasn't able to decrypt, so unable to get text description of capcha's picture.
If someone using this services - how do u getting the capcha's description?
 
I am able to solve the picture captcha using iMacros in my bots (Can't solve it in other languages). It not very hard. You just need to find the frame numbers. It has only around 85% accuracy though because 2captcha workers make a lot of mistakes in this captcha.
 
If any of you who own a captcha service need an automatic way to solve these pics message me. I know how to write machine learning/deep learning code that can solve them. Especially these images because they repeat the same problems/classifications often. I believe I can reach a level of accuracy that will work. I would be willing to work on this under contract. It would be a fun challenge.
 
Back
Top