Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 918 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 918 Bytes

image

Cloudflare Bypassing Demo on https://dexscreener.com

About

Demo showing how to bypass Cloudflare Challenge page with Turnstile CAPTCHA with puppeteer and 2captcha.

In this example you can see how to bypass Cloudflare "Challenge Page" captcha using JavaScript on the https://dexscreener.com

Cloudflare captcha is divided into two types: "Challenge Page" and "Turnstile Captcha". You can read more information about both types, for example in this article https://2captcha.com/blog/bypassing-cloudflare-challenge-with-puppeteer-and-2captcha.

Usage

Clone, Install, Configure(set you apikey) and Run

git clone [email protected]:bernard-dali/cloudflare-demo.git
cd cloudflare-demo
export APIKEY=your_api_key
yarn install
yarn start