Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 2.96 KB

File metadata and controls

66 lines (44 loc) · 2.96 KB
cludflare-captcha

Cloudflare Сaptcha solver: Bypass Cloudflare Turnstile and Challenges page

Use the Cloudflare captcha solver to automatically bypass any Cloudflare protection - including Turnstile CAPTCHAs, Managed Challenge pages, JavaScript browser checks, and WAF rate limits.

✅ Cloudflare Turnstile and Challenges page bypass

To get started quickly, check out the captcha solver API documentation.

🛠️ Features

  • Fast and fully automated Cloudflare bypass
  • Works in JavaScript, Python, PHP, Java, C# environments
  • Compatible with Puppeteer and Selenium
  • Smart bypass logic for both CAPTCHA and non-CAPTCHA Cloudflare challenges
  • Lightweight
  • 99.9% solve success rate on supported sites
  • Pay only for successful challenge resolution
  • 24/7 support for developers and bot protection testing teams

📦 Use Cases

  • Web scraping behind Cloudflare-protected domains
  • Bypassing Cloudflare Turnstile or challenge pages with headless browsers
  • Automating login or form submissions behind WAF protections
  • Anti-bot resistance testing and QA
  • Integrating challenge bypass into Puppeteer, Playwright, or Selenium workflows

Need help integrating with your Node.js stack or browser automation tools? Open an issue or fork this repo to contribute.

📖 Overview

This example illustrates how to bypass a Cloudflare Challenge page protected by Turnstile CAPTCHA using Puppeteer in combination with SolveCaptcha.

📄 You can learn more in the article Bypassing Cloudflare Challenge with Puppeteer and SolveCaptcha (coming soon).

⚙️ Getting Started

Clone the repository, install the required packages, configure your environment, and run the script.

git clone git@github.com:solvecaptcha/cloudflare-demo.git
cd cloudflare-demo
export APIKEY=your_api_key
yarn install
yarn start

📜 Ethical Use Notice

This repository is provided for educational and research purposes only.
Please use this code responsibly, and never apply it to websites without proper authorization.
Make sure your actions comply with local laws, terms of service, and good digital manners.

If you're unsure — ask. If you're still unsure — don't do it. 🙃

😅 P.S. Just in case...

We know you're here just to test your own stuff.
You're probably an ethical hacker, QA engineer, or someone who's just really tired of clicking traffic lights.
We trust you. But the Cloudflare bot? Not so much. 🤖💥

📄 License

This project is licensed under the MIT License. For more information, refer to the LICENSE file.