zfcsoftware / cf-clearance-scraper

This library was created for testing and training purposes to retrieve the page source of websites, create Cloudflare Turnstile tokens and create Cloudflare WAF sessions.
MIT License
260 stars 48 forks source link

Cloudflare hangs on "Verifying..." on the "Are you human" page #18

Closed lookitsash closed 2 months ago

lookitsash commented 2 months ago

cf-verifying

I'm trying to access a site thats cloudflare protected with the "Are you human?" page. I used cf-clearance-scraper to grab the cf cookies from the protected site, and am injecting all the returned header data (with cookies) into a Puppeteer request. Before the header injection, it would ask me to click the "Are you human?", but after the header injection, it gets stuck on a "Verifying..." cloudflare page. Any ideas? See the attached screenshot for reference.

ThevenRexOff commented 2 months ago

That's Turtine interactive and it's not supported

zfcsoftware commented 2 months ago

The library has been updated. It should now run smoothly. I am closing this issue, please let me know if you have any problems by writing a message through this issue. Thank you.