cloudflare-demo icon indicating copy to clipboard operation
cloudflare-demo copied to clipboard

Demo showing how to bypass Cloudflare Challenge page with Turnstile CAPTCHA with puppeteer and 2Captcha

Results 3 cloudflare-demo issues
Sort by recently updated
recently updated
newest added

Hey, this inject.js seems like to has stopped working in cases where Cloudflare displays a captcha. Like when your IP is partially blocked. The possible way to reproduce this is...

I have cracked the cloudfare changer token through the api according to the writing method of the document, but I found that after the page jump, cloudfare will re-enter a...

reproduce: clone the demo, change APIKEY and change page url ```javascript page.goto('https://dash.cloudflare.com/sign-up') ``` ![image](https://github.com/2captcha/cloudflare-demo/assets/4098951/349f746c-852b-4fd4-9443-f0130fa27e53) As you see in the console: "Blocked script execution in 'about:blank' because the document's frame is...