blackbullet selenium with capmonster

sajad hakimzadeh

Новичок
Регистрация
09.07.2019
Сообщения
3
Благодарностей
0
Баллы
1
hello
i need use capmonster to resolve recaptcha with blackbullet and selenium
is it possible or no?
who can help me?!
its a force
tnx alot
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 226
Благодарностей
5 844
Баллы
113
Yes, should be possible.
What is the config in these programs to solve captchas?
 

sajad hakimzadeh

Новичок
Регистрация
09.07.2019
Сообщения
3
Благодарностей
0
Баллы
1
i think use c# for solve and i can't see the source
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 226
Благодарностей
5 844
Баллы
113
i think use c# for solve and i can't see the source
Recaptcha can be solved using the following requests:

http://127.0.0.3/in.php?key=123sdffff&method=userrecaptcha&googlekey=sitekey&pageurl=https://site.com
The request contains the following parameters:
- url-address of recognition service or http://ip:port which capmonster is running on.
- key for captcha-service/CapMonster2(can be random).
- recognizing method.
- sitekey value (parsed from website)
- url-address of a webpage with captcha

In a response you receive captcha id - OK|CaptchaID.
using which you can get the result with the request:
http://127.0.0.3/res.php?action=get&id=CaptchaID

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%

2. Find the field for text
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1; margin: 10px 25px; padding: 0px; resize: none; "></textarea>
You will need to enter our answer here
 

sajad hakimzadeh

Новичок
Регистрация
09.07.2019
Сообщения
3
Благодарностей
0
Баллы
1
tnx for response but in some site have hidden recaptcha with this url:
<input type="hidden" id="recaptcha-token" value="03AOLTBLTlfYgVjqPc0lbnJuqPp9rElaPBn1vhIaj7xsie6lDyqAhbL_4RTw2WccjPuMUb8Um3DXF9eD2s8SWXWo5CtrFZK-OEdssqDpJKON5T98pRDj0AZ1Aw8UI9PU__vySMTZNG5jqEZT1WhX7XFKoqPEg6k6zKObxl9lxZ5CA413AnLkTHTwyIWk-D2KNTMcQZUbcDG4x-nojYqc9sq3sc5uvhdI7d_bIwqFZYxu8aBQsczV_shZ7iEHaqMSpgWEQFNtpbHDw4Y4zstbD7nmnIHmpBohff9dehj1IeIh1AVaov1e3BhuAxpVjkwzMzoAzho0Ml0_XiRtUZzSEhGwyUL1QMqMzRxw">

what can i do with this?
 

VladZen

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

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