cant reconize recapthca on facebook ..

yoria

Новичок
Регистрация
16.05.2018
Сообщения
15
Благодарностей
0
Баллы
1
Hello, i build a template for facebook and i am trying to deal with recaptcha, but no matter what i do it not recognize the recaptcha that on tab.
i even try sitekey

6Lc9qjcUAAAAADTnJq5kJMjN9aD1lxpRLMnCS2TR
https://www.facebook.com/checkpoint/?next=https://www.facebook.com/

but still, it doesn't find it..

when i try to recognize by tap i getting this error
Type Time Message
13:41:52 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 is not recognized
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 218
Благодарностей
5 843
Баллы
113
Hello,

Are you solving recaptcha via anigate, 2captcha or another service? or maybe use CapMonster2?
 

yoria

Новичок
Регистрация
16.05.2018
Сообщения
15
Благодарностей
0
Баллы
1

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 218
Благодарностей
5 843
Баллы
113
You should configure the block ReCognize ReCaptcha2 as shown on screenshot.
Recognize_RC2.png
Also, you should insert random api key for RuCaptcha in project maker settings->Captcha section.
and enable RuCaptcha emulation in CapMonster 2 program settings>emulation.
 

yoria

Новичок
Регистрация
16.05.2018
Сообщения
15
Благодарностей
0
Баллы
1
You should configure the block ReCognize ReCaptcha2 as shown on screenshot.
Посмотреть вложение 33478
Also, you should insert random api key for RuCaptcha in project maker settings->Captcha section.
and enable RuCaptcha emulation in CapMonster 2 program settings>emulation.
yes i add the api for rucaptcha/deathcaptha/antigate. and my setting is same as you.
i see that on the tab
http://prntscr.com/lffh4q

then i am getting this error
Type Time Message
14:12:13 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 is not recognized


and then http://prntscr.com/lffi4s
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 218
Благодарностей
5 843
Баллы
113
yes i add the api for rucaptcha/deathcaptha/antigate. and my setting is same as you.
i see that on the tab
http://prntscr.com/lffh4q

then i am getting this error
Type Time Message
14:12:13 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 is not recognized


and then http://prntscr.com/lffi4s
You should increase number of attempts in RuCaptcha.dll config in folder C:\Users\username\AppData\Roaming\ZennoLab\Configs:
<add key="connection_attempts" value="5"/>

Try setting 30 instead of default value.
 

yoria

Новичок
Регистрация
16.05.2018
Сообщения
15
Благодарностей
0
Баллы
1
You should increase number of attempts in RuCaptcha.dll config in folder C:\Users\username\AppData\Roaming\ZennoLab\Configs:
<add key="connection_attempts" value="5"/>

Try setting 30 instead of default value.
same ..
Type Time Message
14:30:43 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 is not recognized
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 218
Благодарностей
5 843
Баллы
113

yoria

Новичок
Регистрация
16.05.2018
Сообщения
15
Благодарностей
0
Баллы
1
What do you have in CapMonster while captcha is recognized?
ok after more few trying it "success" one time.
it says
Type Time Message
15:01:38 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 recognition completed successfully

but when i press next, Facebook say that re recaptcha didn't complete
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 218
Благодарностей
5 843
Баллы
113
ok after more few trying it "success" one time.
it says
Type Time Message
15:01:38 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 recognition completed successfully

but when i press next, Facebook say that re recaptcha didn't complete
I think you should be able to solve it at least via services. Try closing CapMonster and solving via services.
 

yoria

Новичок
Регистрация
16.05.2018
Сообщения
15
Благодарностей
0
Баллы
1

orka13

Client
Регистрация
07.05.2015
Сообщения
2 164
Благодарностей
2 164
Баллы
113
that what i am getting on cap monster
http://prntscr.com/lfhest

and i turn off cap monster now, the sucsses rate better but still like 15% ..
and even when the log said it success it still not ok by facebook like it was wrong or something
The problem exist because FB use different domain for recapthca sitekey (not “facebook.com”). You can see it after sniffing manual recognition with Fiddler. It usually can be:
Код:
https://fbsbx.com/captcha/recaptcha/iframe/
Use it as “sitekey URL” in your algorithm.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 218
Благодарностей
5 843
Баллы
113

yoria

Новичок
Регистрация
16.05.2018
Сообщения
15
Благодарностей
0
Баллы
1
The problem exist because FB use different domain for recapthca sitekey (not “facebook.com”). You can see it after sniffing manual recognition with Fiddler. It usually can be:
Код:
https://fbsbx.com/captcha/recaptcha/iframe/
Use it as “sitekey URL” in your algorithm.
You send wrong parameters - sitekey and url. then don't match.
If you solve via services, you should select In Tab. not manually enter sitekey and url.
thanks you, i use this sitekey url and i am getting no error.
i am getting success msg
Type Time Message
17:23:39 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 recognition completed successfully

but still theres no change on the tab http://prntscr.com/lfi8zu like nothing happened..
 

orka13

Client
Регистрация
07.05.2015
Сообщения
2 164
Благодарностей
2 164
Баллы
113
thanks you, i use this sitekey url and i am getting no error.
i am getting success msg
Type Time Message
17:23:39 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 recognition completed successfully

but still theres no change on the tab http://prntscr.com/lfi8zu like nothing happened..
Use the way i recommended to see where you have to paste captchaAnswer-code.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 218
Благодарностей
5 843
Баллы
113
thanks you, i use this sitekey url and i am getting no error.
i am getting success msg
Type Time Message
17:23:39 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 recognition completed successfully

but still theres no change on the tab http://prntscr.com/lfi8zu like nothing happened..
because you should submit answer.
I asked you to solve via service and select In tab, you should also enable autosubmit.
 

yoria

Новичок
Регистрация
16.05.2018
Сообщения
15
Благодарностей
0
Баллы
1
because you should submit answer.
I asked you to solve via service and select In tab, you should also enable autosubmit.
Use the way i recommended to see where you have to paste captchaAnswer-code.
hi thanks for your help :-)

i try on both methods, on tab with autosubmit and sitekey..
with the tab i can see that
http://prntscr.com/lfjp7i
and that the screen when i use the sitekey option.
http://prntscr.com/lfkby3

on tab reconize when i continue, it say The text you entered didn't match the security check. Please try again..

on sitekey i am getting this Please complete the following security check. like nothing happen .
even due in the log i getting this msg
Type Time Message
19:56:40 Executing action ReCaptcha2 recognitionof actions group id : 1588ed0b-1cdb-40dd-952c-e54e7219833d ReCaptcha2 recognition completed successfully

edit: i did another test on https://www.google.com/recaptcha/api2/demo
with tab reconize, and it still said like nothing happen
"Please verify that you are not a robot."
 
Последнее редактирование:

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)