cloudflare-demo
cloudflare-demo copied to clipboard
Demo showing how to bypass Cloudflare Challenge page with Turnstile CAPTCHA with puppeteer and 2Captcha
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') ```  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. 
### Issue When using Puppeteer in AWS Lambda and attempting to solve the Cloudflare captcha, it seems to go into an endless loop of being solved. The Cloudflare page resets,...
Detailed Description I'm experiencing an issue when using the code injection functionality from the demo. When launching a browser through Puppeteer and navigating to the target page, the injected code...