博客
How to solve / solve any version of reCAPTCHA Enterprise v2, v2 invisible, v3, v3 enterprise 0.9 score

How to solve any version of reCAPTCHA Enterprise v2, v2 invisible, v3, v3 enterprise 0.9 score

Logo of Capsolver

CapSolver Blogger

How to use capsolver

26-Jun-2023

How to solve any reCaptcha version

🎯 Overview

This tutorial will guide you through the process of solving any version of reCaptcha using Capsolver.

CapSolver is a Captcha Solving Service that helps you solve Captchas.

We use AI-powered Captcha Solving Algorithms, which result in faster solving speed and significantly reduced costs, providing an excellent developer experience.

The goal will be to solve the problem of solves not being accepted, with this tutorial you will fix that problem.

⚠️ Warning

Before you read this blog, it's recommended that you know the basic stuff of how to solve reCaptcha using our API. Check this documentation: reCaptcha v2 docs or reCaptcha v3 docs

On most user case, directly requesting our reCaptcha will work normally. However, may no work or some data may be missing, causing your token to be invalid.

In this case, you can submit additional parameters as described below to help obtain a more stable token score:

🔎 Step 1: Obtain the anchor's response.

  1. Go to the website that have reCaptcha
  2. Right click and select Inspect Element (or press button F12)
  3. Click Network section
  4. Enable the option preserve log
  5. Reload the current page (or press button F5)
  6. If reCaptcha loads correctly, you will be able to see a request url that contains /anchor
  7. Right click the anchor request, click copy and then copy response
  8. Convert this response value into base64, you can use this site: https://www.base64encode.org/
  9. Save this base64 value in anchorBase64.txt
  10. Don't close the inspect element and the site.

🌟 Step 2: Obtain the reCAPTCHA reload fetch

This step is similar to the step 1. But instead of copy the response of the anchor, you will need to copy the fetch of the reload request.

  1. If you didn't close the inspect element and the website, you can continue with this guide from this number, if you closed, you need to start from step 1

  2. See the request that constains /reload

  3. Right click the reload request, click copy and then copy as fetch

    🌀 Keep in mind that the anchor and reload requests should be successive. This means the anchor request should be the last one before the reload request.

  4. Convert this fetch value into base64, you can use this site: https://www.base64encode.org/

  5. Save the base64 fetch value into fetchBase64.txt

After you have anchorBase64.txt and fetchBase64.txt, you will need to submit us these values. You just need to send us one time.

This is a example JSON, keep in mind that there are many parameters that are optional so you may no require them.

Read our documentation to understand each parameter.

💎 Step 3: Submit these two base64 values in the following format

"task": {
    //Required
    "type": "ReCaptchaV2Task", //Always prioritize task types that use your own proxy, should improve a lot the pass ratio, proxyless is not good for high security
    //Required
    "websiteURL": "https://www.google.com/recaptcha/api2/demo",
    //Required
    "websiteKey": "6Le-wvkSAAAAAPBMRTvw0Q4Muexq9bi0DJwx_mJ-",
    // Paste your saved anchor and reload base64 content
    "anchor":"base64 content",
    "reload":"base64 content"
    }

⚠️ You just need to submit one time

🌟 More information of how to solve reCaptcha

Documentations:
ReCaptcha V2 Documentation
ReCaptcha V3 Documentation
Also read these blogs:
How to solve reCaptcha v3
How to solve reCaptcha v2

By adopting the strategies outlined above, you can effortlessly resolve the challenges of reCAPTCHA v2/v3 enterprise versions. We also offer detailed custom services to meet specific customer requirements. Should you have any inquiries, please reach out to us via our customer service system.

Capsolver Team 💜

更多

reCAPTCHA
reCAPTCHA自动解决器 - 自动解决reCAPTCHAs

在当今数字环境中,保护网站免受自动机器人的攻击变得至关重要,这就是为什么reCAPTCHA被广泛采用的原因。尽管reCAPTCHA具有重要的作用,但手动解决它们可能会耗费时间并令人沮丧...

reCAPTCHA

23-Feb-2024

如何以0.9分识别所有reCAPTCHA类型,包括v2以及v3和v3的企业版
如何以0.9分识别所有reCAPTCHA类型,包括v2以及v3和v3的企业版

本文将为您提供一种解决方案,如果您正在处理许多无效令牌的情况。只需三个简单的步骤,您就可以使用CapSolver轻松通过0.9分的reCAPTCHA Enterprise v2 / v2隐形和v3 / v3企业版。

reCAPTCHA

28-Jun-2023

如何识别和查找 reCAPTCHA v3 的值
如何识别和查找 reCAPTCHA v3 的值

recaptcha分数是什么意思?如何识别和查找 reCAPTCHA v3 的值?提供有关 Capsolver 服务的自动 reCAPTCHA V3 解析的全面指南。

reCAPTCHA

27-Jun-2023

使用CapSolver自动识别谷歌验证码
使用CapSolver自动识别谷歌验证码

Google的reCAPTCHA是一种网站反垃圾和防恶意活动的保护措施。这个高级安全功能利用了先进的风险分析机制以及灵活的CAPTCHA,以阻止自动化软件在您的网站上进行有害操作,同时确保真实用户的顺畅通行

reCAPTCHA

16-Jun-2023

使用CapSolver解决reCAPTCHAv2隐形验证码
使用CapSolver解决reCAPTCHAv2隐形验证码

reCAPTCHA v2隐形版本是reCAPTCHA v2的一个变体,它在后台工作,为用户提供更无缝的体验,不需要任何特定的用户交互,就像以前的版本一样。

reCAPTCHA

16-Jun-2023

如何绕过/自动识别reCAPTCHA v3验证码
如何绕过/自动识别reCAPTCHA v3验证码

在本技术博客中,我们将通过使用CapSolver指导您绕过reCaptcha v3的过程。

reCAPTCHA

22-May-2023