Skip to content

Demonstration of solving Yandex coordinate captcha using Puppeteer. The captcha is solved using the 2captcha.com coordinate method.

Notifications You must be signed in to change notification settings

bernard-dali/yandex-market-bypass-captcha-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Demonstration of solving Yandex coordinate captcha using Puppeteer

The example clearly demonstrates the concentration of Yandex captcha solution using the coordinate method. The captcha is solved using JavaScript library Puppeteer. The captcha is solved in the 2captcha.com service.

Program algorithm:

  1. Сaptcha images and captcha instructions are retrieved on page
  2. The captcha is sent to the service 2captcha for solving
  3. The resulting answer in the form of coordinates is using on the page. Use Puppeteer to click on the obtained coordinates
  4. Click on the button to check the result

Usage

  1. Clone repo
  2. Install dependencies npm install
  3. Set 2captcha api key in index.js file
  4. Run npm run start

Video:

Yandex-Captcha-Video-Bypass.mp4

Planned features:

  • Checking if the captcha is updated on the page
  • Handling incorrect captcha solution

About

Demonstration of solving Yandex coordinate captcha using Puppeteer. The captcha is solved using the 2captcha.com coordinate method.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages