Bypass Cloudflare IUAM and Captcha Protected Site
Simple Python Script for Bypass Cloudflare IUAM and Captcha Protected Site.
-
pip install -r requirements.txt -
pip install gunicorn -
Edit file
app.pyon the line9you can change to the Web Target. -
Run the code
gunicorn -w 4 -b 0.0.0.0:8080 wsgi:app -
Open the
localhost:8080/getcookiefor initialize get the Cloudflare cookie. -
Enjoy