tamnguyenvan / cloudflare-bypass

MIT License
37 stars 1 forks source link

Cloudflare CAPTCHA Bypass

Cloudflare CAPTCHA Bypass Logo

Detect and bypass Cloudflare CAPTCHA challenges effortlessly with the Cloudflare Captcha Bypass package.

Bypassed image

Installation

pip install cloudflare_bypass

Usage

from cloudflare_bypass import bypass

bypassed = bypass(mode='dark', warmup_time=5, timeout=30, interval=0.5)

if bypassed:
    print("Cloudflare CAPTCHA bypassed successfully!")
else:
    print("Timeout reached, CAPTCHA not bypassed.")

Explanation of parameters:

Limitations

Disclaimer

Note: This package is provided for educational and testing purposes only. Unauthorized use of this package to circumvent security measures is strictly prohibited. The author and contributors are not responsible for any misuse or consequences arising from the use of this package.

Support

If you find this project helpful, consider buying me a coffee to support ongoing development

"Buy Me A Coffee"

Contact

For inquiries or support, please contact me:

Name: Tam Nguyen
Email: tamnv.work@gmail.com

Feel free to open issues or contribute to the project on GitHub.