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 4 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...

I tried cloning this application and also used yarn and yarn start. This is what I'm encounter (doesn't seem to solve it?). I did set the APIKEY env also. ![Image](https://github.com/user-attachments/assets/978d3cac-fb52-418c-9b62-e083a4a3a0e9)