Questions tagged [2captcha]

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.

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…
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…
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:…
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…
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

How to remove an attribute from an element in selenium

HTML: