Bypass captcha recaptcha v2 on www.payback.de/login using JavaScript
This demo show how to bypass captcha recaptcha v2 on www.payback.de/login. The example using browser emulation with puppeteer and 2captcha-ts for interact with 2captcha API
After successfully obtaining the token, I also use it in the found callback function onCaptchaFinished(res.data)
for bypass captcha
- The captcha page opens
- Captcha parameters are extracted
- The captcha is sent to the service to receive a response
- The received token is set on the page
This example may be useful for those who want to automate the captcha solution on a page www.payback.de/login
Set your 2captcha apikey in index.js
To run the project, clone the repository, install the dependencies, and run the project
npm install
npm run start
- iFrame in Puppeteer: Guide For Developers
- Solving recaptcha v2 2captcha api docs