logo主页文献资料教程
English
Svenska
Brasileiro
Française
Nederlands
Español
Deutsch
Italiano
Polski
Українська
Русский
Türkçe
عربى
فارسی
اردو
हिंदी
বাংলা
Tiếng Việt
ไทย
Indonesia
Tagalog
中文
한국어
日本語
主页文献资料教程登录
登录注册
list icon
教程清单
list icon
使用 NodeJS 和 Axios 绕过 reCaptcha V2
list icon
用回调函数提交内有 Recaptcha v2 谜题的窗体。
list icon
通过含混代码和匿名回调函数提交内有 Recaptcha v2 谜题的窗体。
list icon
用 NodeJS 和 Puppeteer 绕过 Recaptcha V3 谜题
list icon
了解如何在 Chrome 中用断点查找 FunCaptcha 和极验 API 参数
list icon
了解如何用 Python 提交内有图片人机验证谜题的窗体
list icon
用 AntiGate 模板绕过人机验证谜题
Menu

用 NodeJS 和 Puppeteer 绕过 Recaptcha V3 谜题


您将会学习

  • 如何在 NodeJS 环境中通过 JavaScript 代码提交此内有 RRecaptcha V3 验证谜题的窗体。
  • 如何将自己的 grecaptcha.execute 函数添加到相应页面中。
  • 如何通过 Anti-Captcha API 获得标记并将其用在相应页面中。

Github

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