Menu

ReCaptcha V2 omzeilen met NodeJS en Axios


Wat u gaat leren

  • U leert hoe u dit formulier met Recaptcha met NodeJS-script verzendt.
  • Installeer en importeer anticaptchaofficial en axios npm-modules.
  • Leer hoe je een NodeJS script schrijft dat Recaptcha V2 oplost en het formulier verzendt.
Source code

NodeJS en een IDE instellen.

  • Node JS: Download NodeJS voor uw besturingssysteem hier
  • Code editor: Aanbevolen VS Code of Atom. Beide zijn gratis IDE.

Installeer en importeer anticaptchaofficial en 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