Create Offline reCaptcha V3 Solver for my autobot project

team cyber

Newbie
Joined
Jul 16, 2019
Messages
3
Reaction score
0
I am trying to build one autobot and in that site there is invisible google reCaptcha V3. I have tried many websites which claims to be solving it but its not working properly. the success ratio is 30-35 % only. Need some offline or online solver which can have success ratio up to 70-80%. i am already using 2captcha and azcaptcha services but results are same



if any one can do please ping me on discord i am ready to pay for this.
 
What Browser are you using for the automation? I know that Selenium is flagged on reCaptcha and creates the invisble recaptcha. Currently trying to figure out the same thing for another website that uses the insible recaptcha, but not getting anywhere..
 
So pretty much is it impossible to bypass recaptcha v3 using python?
 
What about a system that uploads a picture of the captcha, distributes among instances of an app, and requires users to provide a solution (untested) in order to unlock some content, then the solution is sent back and executed
 
the success ratio is 30-35 % only
Its nice success rate for any captcha. Proxies may be your problem, your bot also may be problem.

So pretty much is it impossible to bypass recaptcha v3 using python?
Possible

What about a system that uploads a picture of the captcha
What about the fact that recaptchav3 is invisible, no images :P ?
 
Back
Top