For questions specific to the Captcha recognition service named "2Captcha". When using this tag also include the more generic [captcha] tag. Please also provide a tag for the language that you are coding in.
Questions tagged [2captcha]
107 questions
1
vote
0 answers
Geetest solved by 2captcha but the cookie returned by the validation call is not the cookie used by the website
I'm trying to bypass geetest on fnac.com website, I'm using 2captcha api to validate the challenge then I identified the call that return the…

Kevin Hutin
- 11
- 1
1
vote
0 answers
How to solve enterprise recaptcha
The captcha I'm trying to solve with 2captcha is like this-
Step 1) You input something
Step 2) You press continue and then it goes let's say page 2
Step 3) In the page 2 you'll see the captcha the page URL doesn't change at all
Step 4) How to solve…

Sad Land
- 23
- 3
1
vote
1 answer
selenium python 2captcha submit missing
I am trying to submit recaptcha on a form that doesn't have a submit button using using Python3, Selenium, and 2captcha. I'm pretty new to selenium and trying to bypass captcha on website https://id.rambler.ru/login-20/mail-registration
All the code…

Jarvn
- 43
- 6
1
vote
2 answers
Python Captcha solved by anti captcha but can't passing response
I am using anti captcha api for solve google captcha. My captcha is solving through anticaptcha api and getting captcha response after solved captcha. I using this driver.execute_script("document.getElementById('g-recaptcha-response').innerHTML = '"…

ByHala
- 81
- 6
1
vote
1 answer
Error Pushing To Heroku with 2captcha library - ModuleNotFoundError: No module named 'requests'
I'm getting this error - ModuleNotFoundError: No module named 'requests' when I run git push heroku master. It's saying I don't have the requests in my requirements.txt but it's clearly in there. I believe something weird is happening because of…

doorsopen
- 11
- 1
1
vote
2 answers
How to find callback function name from hcaptcha?
I'm trying to bypass hcaptcha without submit button.
So I need to know the callback name function but I can't find it in the source code of the page.
Any idea how to submit my request after received my token thx to a captcha resolver ?
Looks like…

Jackal
- 1,041
- 1
- 10
- 13
1
vote
0 answers
Captcha solveing with requests selenium, 2captcha and python
I'm using 2captcha and selenium, I get a code generated to solve but I'm not able to submit it.
I tried this solution Python + Selenium + 2Captcha but I can't manage to make it click.
resp = requests.get(url)
if resp.text[0:2] != 'OK':
…

Sebastian216
- 91
- 1
- 5
1
vote
0 answers
solve hcaptcha without form or return function
someone knows how to solve hcaptcha without challenger-form, normally one would make a submit to the form but in this case it does not contain and I cannot find what the callback function would be
the is the web:…

Federico David
- 83
- 1
- 7
1
vote
0 answers
Bypassing website using hCaptch + Cloud Flare protection
Does anyone have any idea about how to bypass hCaptcha on cloud flare protected websites?
I have searched everywhere but couldn't find any solutions (actually if there is a way, cloud flare employees should get fired).
PS: my problem is that cloud…

tuna sandwich
- 11
- 1
1
vote
1 answer
Find hcaptcha callback function
I'm trying to solve hcaptcha nd I am able to get the key, however I cannot submit the button as it is invisible. I've looked at the javascript of the website but it's highly obfuscated and I cannot seem to find the callback to execute my…

blueeey
- 15
- 1
- 4
1
vote
4 answers
1
vote
1 answer
Submitting H-captcha response using Python Selenium but with no submit button
I'm using Python 3.7, Selenium, and 2Captcha to automate email replies for an online classifieds service, but before the service shows me the seller's email address an h-captcha pops up. I'm able to pull the 'sitekey' string and the site URL address…

Hans Gruber
- 11
- 2
1
vote
0 answers
How can I submit Hcaptcha without a confirmation button. (2Captcha/Dbc)
I using an API to break HCaptcha perhaps I don't know how can I submit it.
In Recaptcha I just need to call the callback function and insert the token ___grecaptcha_cfg.clients[0].L.L.callback("TOKENCAPTCHA"), but in HCaptcha I don't see that.
What…

Jorja Pinto
- 11
- 4
1
vote
1 answer
Why does calling ___grecaptcha_cfg.clients[0].callback('TOKEN'); on PayPal website throws undefined error?
I’m currently trying to bypass reCAPTCHA on https://www.paypal.com/cz/welcome/signup/#. I am using python with 2captcha API. I don’t have any problems with API, because I always recieve my token succesfully. My problem is that i can’t submit it to…

Papouc
- 25
- 7
1
vote
1 answer
Why does 2captcha not resolve recaptcha?
So basically I'm trying to make an program that automates creating accounts for this specific websites that needs captcha when creating an account. I'm trying to get a token from 2captcha (captcha token provider) which i then store in…

fireflame787
- 21
- 4