Has anyone ever bypassed a captcha successfully?

tamalon

Registered Member
Joined
Aug 2, 2015
Messages
55
Reaction score
14
I am working on some bots using selenium. I have looked on stack overflow and the general consensus is that captchas cant be done by any sort of bot, but I have seen bots on the marketplace and elsewhere that claim, and even demonstrate that they can.

Has Captcha ever successfully been bypassed with automation?
 
I can just talk for the Google Captcha.
I've found a way to prevent it: simply, set a wait timer in your application to avoid google to detect an abnormal frequency of requests.

Hope it helps.
 
yeah, you can easily find some bots on google if you search about it. I have seen some that will always get it right on the 1st try.
 
Yup, I have done it. Not using some captcha solving service, like actually bypassing the captcha system. However, Google patched it recently, and it was really quite simple;
- Create brand new google account
- Login to browser with it
- Have automation click in the captcha box
- You get 5 solves with each new account

This made me a lot of money, and I even contacted some bug bounty sites about how I could bypass captcha and they didn't care at all. Sadly doesn't work anymore :(
 
I am working on some bots using selenium. I have looked on stack overflow and the general consensus is that captchas cant be done by any sort of bot, but I have seen bots on the marketplace and elsewhere that claim, and even demonstrate that they can.

Has Captcha ever successfully been bypassed with automation?
I have backdoored captchas and password verification on Facebook personally. Easy peasy... The new limitless pills are amazing... I'm doing stuff I could never dream of even just a few months ago...
 
I am working on some bots using selenium. I have looked on stack overflow and the general consensus is that captchas cant be done by any sort of bot, but I have seen bots on the marketplace and elsewhere that claim, and even demonstrate that they can.

Has Captcha ever successfully been bypassed with automation?


You should test our premium API based proxy service. We handle captchas, blocks, proxy rotation, etc on our side.
 
Yup, I have done it. Not using some captcha solving service, like actually bypassing the captcha system. However, Google patched it recently, and it was really quite simple;
- Create brand new google account
- Login to browser with it
- Have automation click in the captcha box
- You get 5 solves with each new account

This made me a lot of money, and I even contacted some bug bounty sites about how I could bypass captcha and they didn't care at all. Sadly doesn't work anymore :(
That's just the way exploits are. They come and go.
Now that is gone, how did you monetize that? :)

There are paid captcha solvers such as CapMonster, GSA captcha solver (haven't tested) to save on costs on the larger scale.
Also you can use 2Captcha, etc for a Pay as you go style solver.
 
That's just the way exploits are. They come and go.
Now that is gone, how did you monetize that? :)

There are paid captcha solvers such as CapMonster, GSA captcha solver (haven't tested) to save on costs on the larger scale.
Also you can use 2Captcha, etc for a Pay as you go style solver.
I made a private bot for buying supreme items and shoes, then I let my homies have it. We bought a ton of shit and made a ton of $$$.
 
Yes it’s possible but ways to do it get patched eventually
 
Back
Top