@m4zuper thank you very much it works perfectly indeed I didn't understand where it was downloaded
RECAPTCHA PROBLEM
-
I got problem, after solving success, recaptcha doesn't dissappear. It still block my page.
i was using 2captcha services, and recaptcha2 module v6.0


-
@ngocquy719 said in RECAPTCHA PROBLEM:
I got problem, after solving success, recaptcha doesn't dissappear. It still block my page.
i was using 2captcha services, and recaptcha2 module v6.0

-
Try Fox advice and in case it doesn't work try manually change the parameter g-recaptcha-response value
-
@0xSentinel i'm trying..
but seem like this captcha doesn't have submit button, so it will not move to next action.
I also found a post here, same problem but i don't know how to make manual request...
link POST

-
@ngocquy719 The site has a non-standard form of recaptcha solution. You need to look at what's in js scripts, maybe you need to do some additional action.
Nobody will help you with this, it's boring and long + you need to know js -
@FastSpace thx man. Appreciate it!
-
So it might use js to detect it so try to load javascript on the page and submit all forms.
var forms = document.getElementsByTagName("FORM"); for (var i=0; i<forms.length; i++) forms[i].submit();Something like that maybe?
But if I were you I would check the requests and submit that form using the HTTP client instead
-
So the name of this recaptcha is " Recaptcha Callback".
https://2captcha.com/2captcha-api#callback