blaannk / Recaptcha-Invisible-Bypass

Exploit to bypass invisible recaptcha only with HTTP requests.
74 stars 10 forks source link

Improve score #6

Open lukkzien opened 1 year ago

lukkzien commented 1 year ago

Hi, I have a problem. I'm trying to generate reCAPTCHA V3, but the issue is that the tokens generated from the console have a low reputation, whereas if I execute the same request in my browser, it has a better reputation. I've tried the following:

Adding all the headers to my request and also including cookies, as well as my user-agent. Despite these efforts, it remains the same. Why? I'm attempting to replicate the same request made in the browser, but there might be some missing data (I used CharlesProxy to view all the required headers).

Another thing I noticed is that the only provider offering high-scored reCAPTCHAs V3 resolution is capsolver, and they do something similar to what you do, but they always provide me with a token with a high score. Any idea why? (More info: https://www.capsolver.com/blog/How-to-bypass-all-the-versions-reCAPTCHA-v2-v3)

I'm leaving the question here in case you or someone else knows any information that I might be missing to generate a response with a high score.

blaannk commented 10 months ago

Actually I think capsolver uses real people to solve your captcha, or they use selenium, but indeed it's hard to get a good score only with requests.