An open API service indexing awesome lists of open source software.

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.

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.