Menu

Pag-bypass sa reCaptcha V2 kasama ang NodeJS at Axios


Ano ang iyong matututuhan

  • Matututuhan mo kung paano isumite itong form na may Recaptcha gamit ang NodeJS script.
  • Mag-install at mag-import ng anticaptchaofficial at axios npm modules.
  • Matutunan kung paano magsulat ng NodeJS script na lumulutas sa Recaptcha V2 at nagsusumite ng form.
Source code

I-set up ang NodeJS at isang IDE.

  • Node JS: I-download ang NodeJS para sa iyong operating system dito
  • Code editor: Inirerekomenda ang VS Code o Atom. Parehong libre na IDE.

Mag-install at mag-import ng anticaptchaofficial at axios npm modules.

mkdir tutorial
cd tutorial
npm init -y
npm install @antiadmin/anticaptchaofficial axios

Github

https://github.com/anti-captcha/solving-captcha-concepts/blob/master/tutorial1.js