Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add image based captcha support to puppeteer-recaptcha plugin #696

Open
uzair004 opened this issue Aug 15, 2022 · 4 comments
Open

Comments

@uzair004
Copy link

uzair004 commented Aug 15, 2022

Feature request

*Image-based captcha solving support

puppeteer ReCaptcha plugin should be able to solve image-based captchas.
Currently, it does support non-image-based captchas but ordinary image-based captchas are too often.
Also, 2captcha.com doesn't have a reliable JavaScript(Node) official SDK.
This plugin is the only reliable solution please improve it.

Why the such a common problem left behind? 2captcha doesn't even provide NodeJS-based API

@berstend
Copy link
Owner

I'm considering it :) The reason I focussed on recaptcha in the beginning: It's a standard that doesn't require any further info from the developer - image captcha implementations are diverse and can't be automatically found in the DOM so the developer needs to provide the selector to the image (which is okay I guess)

@berstend
Copy link
Owner

If you have any links to sites using different image captchas feel free to post them here, makes developing a robust solution easier

@pyrgasm
Copy link

pyrgasm commented Sep 3, 2022

i feel like if you know coding getting the img downloaded and sent to 2cap shouldnt be such a big problem. Its much harder with recap mainly because of the callback thats often implemented you would have to find what it calls etc...

@uzair004
Copy link
Author

uzair004 commented Sep 4, 2022

2Captcha doesn't provide Nodejs SDK. i have tried using different package which uses 2captcha internally. 2Captcha has terrible accuracy. Not even a single letter was guessed right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants