https://github.com/solvercaptcha/cloudflare-demo
Because even robots deserve a second chance. A demonstration of how to automatically bypass Cloudflare Turnstile Challenge pages using the solve captcha API. This repo exists to show what's possible not to encourage misuse. Use responsibly.
https://github.com/solvercaptcha/cloudflare-demo
api automation bots bypass-captcha captcha-bypass captcha-solver cloudflare cloudflare-challenge ethical-hacking javascript nodejs puppeteer security solvecaptcha testing turnstile turnstile-captcha web-automation web-scraping web-scraping-tools
Last synced: 3 months ago
JSON representation
Because even robots deserve a second chance. A demonstration of how to automatically bypass Cloudflare Turnstile Challenge pages using the solve captcha API. This repo exists to show what's possible not to encourage misuse. Use responsibly.
- Host: GitHub
- URL: https://github.com/solvercaptcha/cloudflare-demo
- Owner: solvercaptcha
- License: mit
- Created: 2025-03-24T20:38:57.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-24T21:38:26.000Z (3 months ago)
- Last Synced: 2025-03-24T22:28:43.801Z (3 months ago)
- Topics: api, automation, bots, bypass-captcha, captcha-bypass, captcha-solver, cloudflare, cloudflare-challenge, ethical-hacking, javascript, nodejs, puppeteer, security, solvecaptcha, testing, turnstile, turnstile-captcha, web-automation, web-scraping, web-scraping-tools
- Language: JavaScript
- Homepage: https://solvecaptcha.com
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🛡️ Cloudflare Bypass Demo
## 📖 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](https://solvecaptcha.com/blog/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.
```bash
git clone [email protected]: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](./LICENSE) file.