Skip to main content

A tool for bypassing Cloudflare CAPTCHA

Project description

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:

  • mode (str): Choose 'light' for a light-colored webpage or 'dark' for a dark-colored webpage.
  • warmup_time (int): Optional warm-up time before starting detection (in seconds).
  • timeout (int): Maximum time to wait for the CAPTCHA logo to disappear after clicking (in seconds).
  • interval (int): Time interval between successive detections (in seconds).

Limitations

  • This package only works on Cloudflare turnstile.
  • It can only run in GUI mode (not headless/background).
  • The speed is relatively slow.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudflare-bypass-0.1.1.tar.gz (23.5 kB view hashes)

Uploaded Source

Built Distribution

cloudflare_bypass-0.1.1-py3-none-any.whl (23.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page