reCAPTCHA ????? ???? ??? ??????? ????? ?? ??? ?? ????????????

Rajinder Singh
Deep Learning Researcher
23-Jan-2025

???? ???? ??? ??? ??? ?? ?? ?? ????? ??? ????? ??? ?? reCAPTCHA ?? ??? ??? ???? ???? ??? ??? ???? ???!
reCAPTCHA ???? ???
?? ??? ?? ?????? ??? ?? ???? ??? - ?? ???? ??????? ??? ??? ?? ???? ?? ??? ?????? ??? ???? ?? ????? ?? ??? ???, ?? ????? ?? ?????? ?????? ?? ????? ??? "???????? ?????? ?? ???????" ??? ??? ???? ?? reCAPTCHA ??, Google ?? ??????? ??????? ?? ???????? ?? ????? ?? ??? ???? ?? ??? ??????? ?? ?? ??? ????? ???? ???? ?? ?? ???? Google ?? ????? ???? ????? ???? ??????? ?? ???????? ???? ?? ???????? ???? ???
reCAPTCHA ????? ??? ???? reCAPTCHA v2 ("??? ????? ???? ???" ????????) ??? ????? ?? ???? ???? ?? ?????? ????? ?? ?? ???????????? ?? ?????? ?? ????? ?? ???? ??????? ??????? ?? ?????? ?? ????? ???? ?? ??? ???? ???? ?????? ?? ???????? ???? ??? ?? ?? ?????? ??? ???? ??:
????? ??? ???? ?? ?????? ???:
-
?????? ?????:
???????????? ?? ?? ??? ??????? ???????? ???? ???? ?? (????, "???????? ???? ???? ??? ?????? ?? ??? ????" ?? "????? ???? ?????? ?? ????? ????")? -
??? ?????:
3x3 (?? ??? ??? ??) ????? ?????? ?? ?? ????? ????????? ???? ??? ???????? ???? ??? ?????? ????? ?? ?? ???, ????????? ??? ?? ???????? ??????? ?? ???? ??? -
?????????? ????????:
?????????? ?? ?? ??? ?????? ?? ????? ???? ???? ?? ????? ?? ??? ???? ???? ???-????? ????????? ?? ???, ????????? ????? ?? ??? ???????? ????? ????? ?? ???? ???? -
???????:
Google ?? ??????? ?????????? ?? ????? ?? ???????? ???? ?? ???? ?? ????????? ???? ?? ??? ?? ???? ?? ???????? ????-???? ????? ?????? ?? ??? ??????? ???, ????? ?? ???????? ?? ??? ???? ????
reCAPTCHA ??????? ?????? ??? ???? ??? ???? ??
???? ??? ???, reCAPTCHA ??????? ??? ?? ????? ??? ????? ???:
- ??? ????????: ?? ??????? ?? ??? ?????? ?? ??????? ?? ???? ???? ?? (????, ????, ???????? ????, ????? ?????)
- ?????? ?????: ?? ????? ???? ?? ??? ?????? ??? ???????? ??????? ???
"?????? ???? ??? ?????? ?? ??? ????" - ?? ??????? ?????????? ?? ???????? ?? ??????
? Capsolver reCAPTCHA ??? ????? ??????
?? ????????? ?? ?????? ?? ??? Capsolver ?? ?? ????? ?????:
ReCaptchaV2Classification - reCAPTCHA v2 ????? ?????? ?? ???
?? ????? ?????? ?????? ?? ?? ??? ????? ?? ??????? ??? ????? ?? ???????? ???? ?? ??? ??????? ???? ??? ??, ????? Capsolver ?????? ?? ??????????? ?? ???? ?? ??? ??????? ?????? ?? ???? ??? ?? ????????? ?? ???? ?? ???? ???
????? ???????
??? ??? ???? ?? ??? ???? ?? ????? ?? ???????? ??:
???????? | ?? ???? ???? ?? |
---|---|
type |
?? ????????? ???? ?? ?? ?? ??? ?????? ?? ?????? ?? ?? ?? ??? ???? ???? V2 ??????? ?? ??????? ?????? ?? ?????? ?????? ??? |
imageBody |
???????? ??? ???? ????? ???? ???????? ???? ?? ???????? ?? (???64 ????????) |
question |
?????? ?????? (????, "?????????? ???? ?????? ?? ?????") |
? ???-??-??? ???????????
- ?????? ?? ??????
- ??????? ?????? ???????? reCAPTCHA ??? (??????) ?? ?????? ???? ?? ???64 ?????? ??? ??? ?????
- ?????? ?????? ?? ????? ???? (????, "?????????? ???? ??? ?????? ?? ??? ????")
- ?? ??????? ?? ??? ???? ?????? ????? ????
-
???? ?????? ????? ????
python{ "type": "ReCaptchaV2Classification", "imageBody": "base64_encoded_image_string", "question": "????? ???????? ??? ?? ????? ???? ?????? ?????????? ??" }
-
????? ??????? ????
Capsolver ??? ?????? ?? ?????????? ???? ??:json{ "solution": { "coordinates": [[12, 15], [120, 85], ...] } }
-
????? ?? ???????? ????
???? ???? ????? ?? ?????? ???? ?? ??? ?? ???????????? ?? ????? ????
? Capsolver ???? ???????? CAPTCHA ?????? ?? ???? ??? ???? ??
?????? ??????? | Capsolver ?? ????????? | |
---|---|---|
??? | 2-15 ????? | ????? ????? |
?????? | 60-80% | 95%+ |
???? ??????? | ??? | ???? |
???? ?????? | ???? | ????? |
? ??????????? ?????????
- ??? ?????? ????? ???? ??
????????? ???? ?? ?????? ?????? ?? ??? ?? ???????? (???64) ???
????? ??????
python
import base64
with open("image.jpg", "rb") as image_file:
encoded_string = base64.b64encode(image_file.read()).decode("utf-8")
NodeJS ??????
nodejs
const fs = require('fs/promises');
const path = require('path');
async function convertImageToBase64() {
try {
const filePath = path.join(__dirname, 'image.jpg');
const imageBuffer = await fs.readFile(filePath); // Non-blocking read
const base64Image = imageBuffer.toString('base64');
return base64Image; // Use this where needed
} catch (error) {
console.error('Error:', error.message);
throw error; // Re-throw for handling in calling code
}
}
// Usage
convertImageToBase64()
.then(base64 => console.log('Conversion successful!'))
.catch(err => console.error('Failed:', err.message));
Golang ??????
go
package main
import (
"encoding/base64"
"fmt"
"io/ioutil"
"os"
)
func main() {
// Read image file
filePath := "image.jpg"
data, err := os.ReadFile(filePath)
if err != nil {
fmt.Printf("Error reading file: %v\n", err)
return
}
// Encode to Base64
encoded := base64.StdEncoding.EncodeToString(data)
// Use the encoded string (e.g., print first 100 characters)
fmt.Printf("Base64: %s...\n", encoded[:100])
}
- ?????? ?????
????????? ???? ?? ????question
???????? ?????? ????? ?? ?????? ??? ???? ??? ???? ???????? ?? ??? ?? ?????????? ???
???? ??????? ???????? ?? ?? ???? ?? ?? ??
json
{
"/m/0pg52": "?????????",
"/m/01bjv": "??",
"/m/02yvhj": "????? ??",
"/m/04_sv": "????????????",
"/m/013xlm": "????????",
"/m/01jk_4": "????????",
"/m/014xcs": "???? ?????",
"/m/015qff": "???????? ??????",
"/m/0199g": "????????",
"/m/015qbp": "???????? ????",
"/m/0k4j": "?????",
"/m/015kr": "???",
"/m/019jd": "?????",
"/m/0cdl1": "???? ?? ????",
"/m/09d_r": "????? ?? ?????????",
"/m/01pns0": "???? ?????????",
"/m/01lynh": "????????"
}
- ????? ?? ????????? ??? ?? ????
???? ??????? ?? ??? ???? ?? ??? ????? ???? ?? ?????? ????????? ??????
python
# ???? ???? ????? ?? ??? ????? ???????? ?? ??????
import random
def human_click(x, y):
x_variance = x + random.randint(-2, 2)
y_variance = y + random.randint(-2, 2)
slight_delay = random.uniform(0.1, 0.3)
move_mouse(x_variance, y_variance, slight_delay)
???????
CapSolver ???????? ????????? ?? ?????????? ?????? ?? ???? CAPTCHA ????????? ?? ??? ??? ?? ?? ???? ?? ??? ??????? ???? ??? ??, ?????? ?????? ??? ?? ?????? ?? ??? reCAPTCHA v2 ??? ????? ????? ????? ??? ????? AI ?? ???????? ???? ????????? ?? ??? ????? ???, ?? ???? ???????? ??? ???? ?????? ?? ?? ???? ?? ???????? ???? ??, ????? ???????? ????????? ?? ?????? ?????????? ?? ???????? ?????? ?? ???? ???
Chrome ??????? ????
??????????? ??????? ????
? ????????
Capsolver ?? API ?? ?????? ???? ?? ?? ?? CAPTCHA ?????? ?? ?????? ????!
??????? ????????: ?? ????? ?? ?????? ?? ?? ??????? ???? ????????? ?????????? ?? ??? ??? CapSolver ??? ???? ??????? ?? ???????? ?? ???? ???? ?? ??? ????????? ??? CapSolver ??????? ?? ????? ????, ???????? ?? ???????? ???? ???? ?????????? ?? ??? ???? ???? ?????? ?? ?? ???? ???? ?? ?????? ????? ?????? ?????? ?????????? ????? ?? ????? ????? ?? ???-??? ????????? ???? ???????? ?? ????? ?????? ????????? ?? ?? ???? ??? 100% ??????? ????????? ???? ???? ?? ???? ?????? ?? ????????? ????? ?? ??????????? ???? ???? ???? ??????? ?? ???, ????? ????? ???? ?? ?????? ?? ???????? ???? ?? ?????
????

???? ?? reCAPTCHA Enterprise ??????? ?? ?? ????, v2, v2 ??????, v3, v3 ?????????? 0.9 ?????
?????? ???? ???? ?? reCaptcha ??????? ?? CapSolver ?? ???: ?? ???? reCaptcha ?? ??????? ??? ?? ?? ???? ?? ??? ???-??-??? ?????????? ?????? ???? ??, ?? ??? ???? ?????? ????????? ???? ???

Rajinder Singh
11-Oct-2025

???? ?? ???? ??? ??????
?? ????? ????? ??? ??? ?????? ?? ?? ???? ?? ???? ??? ?? ??????? ???? ?????? ???? ??, ?? ?? ??? ?? ????? ????? ????????? ?? ???????? ???? ?? ??? ???? ???? ??? ?? ??? ?????? ???? ??, ???? ???????? ?? ???? ???? ??, ??? ????????? ?? API ?? ????? ?? ???-??-??? ???? ?? ??????? ????? ???? ??? ???? ??? ?? ????????? ??? ????? ?????? ?? ????????????? ?? ?????? ????? ???? ????? ??? ??? ?????? ?? ???? ?? ??? ????????? ?? ????? ?? ??????????? ?? ????? ?? ?? ??? ?? ??? ?????? ???? ??, ?? ?????? ?????? ???? ??????? ?? ??? ?????? ???????? ?????? ?? ???? ???

Rajinder Singh
11-Oct-2025

??????? ??2 ?????? ???? ?? ????
?? ????? reCaptcha v2 ?????? ?? ?? ???? ?? ???? ??? ?? ???????? ???? ??? ?? ?????? ??????? ?? Capsolver ?? ??? ???? ?? ???? ???????? ?? ?????? ???? ?? ?? ???-??-??? ???? ?????? ???? ??? ????? ?? ????? ?? ?????? ???? ??? ???? ????? ??? ??, ????? ???? ??????? ?? reCaptcha v2 ?????? ?? ???? ???? ?? ?? ???? ?? ????????? ??? ?? ???? ?? ???? ??? ?? ?? ???????? ?? ??????? ???? ??, ?? ????????? ???? ?? ?? ???? ?? ??? ???? ???? ????????? ?? ???? ??? ??????? ???? ???

Rajinder Singh
11-Oct-2025

???????? v3 ?? ????
"reCaptcha V3 ?? CapSolver ?? ??? ?? ???? ?????: ????? ????? ??????, ??? API ??????, ?? ??????? ?? ??????? ?? ??? ??????? ??????"

Rajinder Singh
10-Oct-2025

reCaptcha ?? ?????? ??????? ?? ??? ???? ?????
reCAPTCHA ?? ?????? ?? ??? ????? ??? ?? JavaScript ??????? ?? ????? ???? ????? ?? ?? reCAPTCHA ?? ??????????? ?? ???? ?? ??? ????????? ???? ??? ???? ?? ????? ?? ????????? ??????????? ???? ??? ?? ?? ?? ??? ???? ???

Rajinder Singh
23-Sep-2025

Cloudflare Challenge ???? ?? ????
CapSolver ?? Cloudflare ????????? ?? ????? ?? ??? ????? ?? ???? Cloudflare ?? ??????? ?? ?? ???? ?? ??? ?????? ?????? ?? ????? ???? ??, ?????? ??????? ????? ?? ??????? ?? ??? ??? ???????? ????????? ???? ??? ???

Rajinder Singh
23-Sep-2025