Problem solving recaptcha v3

josfh2005

New member
Hi i am having some problem bypassing the captcha v3 in site: 2.gosocket.net

My guess is they use the user IP to verify.

I tried to pass proxy in my requests to 2captcha but I can not be sure you guys are using it, can't find info in the dashboard.
 
Last edited by a moderator:

Mark Miller

2Captcha Engineer
Staff member
Hi i am having some problem bypassing the captcha v3 in site: 2.gosocket.net

My guess is they use the user IP to verify.

I tried to pass proxy in my requests to 2captcha but I can not be sure you guys are using it, can't find info in the dashboard.
Hi!

I've just tried to bypass recaptcha v3 there and it works fine.

First of all I requested a token from 2captcha API with the following parameters:

Code:
googlekey: 6Lf4xqcUAAAAAIHoVA9pi4dx7ZMsXw9tqY5l4Uw9
pageurl: https://auth.gosocket.net/core/login?signin=d83969f105d0a36bec9bf63604f3d47a
version: v3
action: login
min_score: 0.3

Then filled the credentials and placed the token into the corresponding field with the same code used by the website:
JavaScript:
$("#captcha").val('TOKEN_HERE')

And I was able to login successfully.
 
Last edited by a moderator:

mosayeb256

New member
hi all
i run 2captcha with method get but captcha error > how to solution this problem ?



step 1 >
send request >>
https://2captcha.com/in.php?key=1ab...aptcha&version=v3&action=verify&min_score=0.3
&googlekey=6LfZil0UAAAAAAdm1Dpzsw9q0F11-bmervx9g5fE&pageurl=http://mysite.com/page/

step 2 >>
send request id and recive token
for example in 2 captcha
https://2captcha.com/res.php?key=1a...b8&action=get&taskinfo=1&json=1&id=2122988149

and step 3 >> run java script for change value captcha





set(#http,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "http://2captcha.com/in.php?key=e6ab...2cbffa5&version=v3&action=login&min_score=0.3", "", "", "", "", 10),"Global")

set(#hd,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "https://2captcha.com/res.php?key=e6ab47cb2d189***&action=get&taskinfo=1&json=0&id=62095106258", "", "", "", "", 5),"Global")


run javascript("$(\"#captcha\").val(\'03AOLTBLRtn5h5m4I0RZRfG_2sq57UvP9uhDC8y12O4ApC7SUfglxesh5v6hKnBBwphQNLEys6F76HPUIGwx2-w3IKLt5omWnzKXCFk7RKn6VR5BV5uLomVvqQYyYKhKWtq9UwaLB7JtjDQyukLiL-Rt1pEq3ThEWlg9boUxkXzfIBmqmaOluJL1xw_k-oW_ycRDGIAQztTssYub5d37sKc0-CQB1it5gm8pLWf9RaaVtozC1Yh4uNa03DnKBt7FtJ_xmFcMRYD1jyyVKo4B-gm3Hnre0zfzckL4O_tqy759HCh5jKkrj1Umv7bC0jG4ZhId8lUDsdlSLQ\')")
 

Mark Miller

2Captcha Engineer
Staff member
hi all
run javascript("$(\"#captcha\").val(\'03AOLTBLRtn5h5m4I0RZRfG_2sq57UvP9uhDC8y12O4ApC7SUfglxesh5v6hKnBBwphQNLEys6F76HPUIGwx2-w3IKLt5omWnzKXCFk7RKn6VR5BV5uLomVvqQYyYKhKWtq9UwaLB7JtjDQyukLiL-Rt1pEq3ThEWlg9boUxkXzfIBmqmaOluJL1xw_k-oW_ycRDGIAQztTssYub5d37sKc0-CQB1it5gm8pLWf9RaaVtozC1Yh4uNa03DnKBt7FtJ_xmFcMRYD1jyyVKo4B-gm3Hnre0zfzckL4O_tqy759HCh5jKkrj1Umv7bC0jG4ZhId8lUDsdlSLQ\')")

What do you do after that action and what happens next?