CF-Clearance-Scraper
CF-Clearance-Scraper copied to clipboard
A simple program for scraping Cloudflare clearance (cf_clearance) cookies from websites issuing Cloudflare challenges to visitors
* OS: ubuntu22.04 * python3.10.12 ``` python3 main.py -v -f cookies.json https://nhentai.net/ [03:30:22] [INFO] Launching headless browser... [03:30:23] [INFO] Going to https://nhentai.net/... [03:30:24] [INFO] Solving Cloudflare challenge [Managed]... [03:30:55] [ERROR]...
Hey, this was working well about a couple of days ago. It would be able to go to the site, detect the challenge and solve it then continue to a...
error
hey - this used to work well before, but is now failing consistently. Wondering if you are facing the same problem too? Tried in headful mode too. See this failure:...
In the most recent commit, the checkbox did not pass. I’ve investigated your code and found that it does not detect the turnstile iframe. Please check this.
``` main.py -v -f cookies.json https://nowsecure.nl [02:19:58] [INFO] Launching headless browser... Traceback (most recent call last): File "\main.py", line 332, in main() File "\main.py", line 250, in main with CloudflareSolver(...