Skip to content

bernard-dali/bypass-captcha-on-kgd.gov.kz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bypass captcha recaptcha v2 on https://kgd.gov.kz

Description

This demo demonstrates how to bypass captcha recaptcha v2 on https://kgd.gov.kz/ using Puppeteer and 2captcha service. This may be useful to you if you want to parse data from this site. The example uses browser emulation, but if you write a parser, you can just do with queries.

Setup

  1. Set your 2captcha apikey in index.js
  2. Set value 'inn' in index.js file for check

Run

To run the project, clone the repository, install the dependencies, and run the project.

npm install

npm run start

Result

Screenshot console: alt text

Screenshot browser: alt text