Recaptcha3 how to solve?

Maciula

Новичок
Регистрация
15.05.2019
Сообщения
11
Благодарностей
0
Баллы
1
I can't solve recaptcha3 in google search console. Anyone know to make it? I saw that solve is possible if you get some "keys" from page code. If someone have the knowlage, please give me some tips.
 

Vvafel

Client
Регистрация
24.12.2017
Сообщения
80
Благодарностей
34
Баллы
18

Maciula

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

VladZen

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

Vvafel

Client
Регистрация
24.12.2017
Сообщения
80
Благодарностей
34
Баллы
18
give a link to the site where you found it, some time ago I thought I had a problem with recaptchem 3 and it turned out that it was not recaptcha v3 xd
 

Maciula

Новичок
Регистрация
15.05.2019
Сообщения
11
Благодарностей
0
Баллы
1
VladZen trust me I read your manual 10 times befor post here.

First sentence:
"Website admin integrates special script into webpage, which processes user data and generates a token."

I have no Idea how to get sitekey. I read documentation:
https://zennolab.com/wiki/en:addons:capmonster:sitekey

There is only example how to make it with capmonster addon "CapMonsterReCaptchaSiteKeyAddon". I'm trying to solve by 2captcha.
I also do not understend the scrips included to documentation. Where and in which order I should set my project.

give a link to the site where you found it, some time ago I thought I had a problem with recaptchem 3 and it turned out that it was not recaptcha v3 xd
I'm trying to solve recaptcha3 in new GSC.
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 189
Благодарностей
5 830
Баллы
113
VladZen trust me I read your manual 10 times befor post here.

First sentence:
"Website admin integrates special script into webpage, which processes user data and generates a token."

I have no Idea how to get sitekey. I read documentation:
https://zennolab.com/wiki/en:addons:capmonster:sitekey

There is only example how to make it with capmonster addon "CapMonsterReCaptchaSiteKeyAddon". I'm trying to solve by 2captcha.
I also do not understend the scrips included to documentation. Where and in which order I should set my project.



I'm trying to solve recaptcha3 in new GSC.
https://2captcha.com/newapi-recaptcha-en
Where do I get and where do I input the data?
Browse HTML-code of the page, where you've encountered the captcha:

1. Find this parameter
data-sitekey=
This is site's key, it is constant and unique for each site (unless admin changes it manually)
Return the key back to us as parameter
googlekey=%data-sitekey%
 

ssXXXss

Client
Регистрация
23.12.2014
Сообщения
7 379
Благодарностей
2 039
Баллы
113
hover over, pkm, view code

2019-05-17_020326.png


in the code will show sitekey

2019-05-17_020409.png
 
  • Спасибо
Реакции: VladZen

Maciula

Новичок
Регистрация
15.05.2019
Сообщения
11
Благодарностей
0
Баллы
1
1. Find this parameter
data-sitekey=
This is site's key, it is constant and unique for each site (unless admin changes it manually)
Return the key back to us as parameter
googlekey=%data-sitekey%
I taked page code in this moment
http://prntscr.com/npfkmf

I'm using this option
http://prntscr.com/npfmn1

In html code I found place where to put answer
http://prntscr.com/npfnps

I can't find position "sitekey" in code. I also checked all lines "key=" and nothing.
Logic - If I found place for the answer, there must be somewhere sitekey - I think well?
Maybe the sitekey is saved differently?




I have no button, recaptcha3 shows automaticly
 

ssXXXss

Client
Регистрация
23.12.2014
Сообщения
7 379
Благодарностей
2 039
Баллы
113
дай сайт
 

Maciula

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

Maciula

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

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 189
Благодарностей
5 830
Баллы
113
Where can we see recaptcha3 in google search console?
 

Maciula

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

VladZen

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

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 189
Благодарностей
5 830
Баллы
113
Try solving it like this:
 

Вложения

Maciula

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

VladZen

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

Maciula

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

Вложения

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 189
Благодарностей
5 830
Баллы
113
look at this example project
Yes, it's working.... It won't click pictures on page, because RuCaptcha.dll>InTab actually solves recaptcha via sitekey method, finding sitekey and making submit automatically.
You may also solve recaptcha2 on this page via CapMonster2.dl>InTab. then it will click pictures on the page. l
 

Maciula

Новичок
Регистрация
15.05.2019
Сообщения
11
Благодарностей
0
Баллы
1
Yes, it's working.... It won't click pictures on page, because RuCaptcha.dll>InTab actually solves recaptcha via sitekey method, finding sitekey and making submit automatically.
You may also solve recaptcha2 on this page via CapMonster2.dl>InTab. then it will click pictures on the page. l
so what I should do?
 

VladZen

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

Maciula

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

VladZen

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

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