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.py
on the line9
you can change to the Web Target. -
Run the code
gunicorn -w 4 -b 0.0.0.0:8080 wsgi:app
-
Open the
localhost:8080/getcookie
for initialize get the Cloudflare cookie. -
Enjoy