Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 507 Bytes

Cloudflare Bypassing Demo

About

Demo showing how to bypass Cloudflare Challenge page with Turnstile CAPTCHA with puppeteer and 2Captcha. Read more details in the article Bypassing Cloudflare Challenge with Puppeteer and 2Captcha.

Usage

Clone, Install, Configure and Run

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