Jump to content
UBot Underground

Ubot , Recaptcha V3 ! Score 0.1 ?


Recommended Posts

hi


i have problem with recaptcha v3 google  :(


how to fix this problem


in two image


post-32369-0-84557000-1559655075_thumb.p   <<< with normal browser


post-32369-0-65887900-1559655085_thumb.p     <<< with ubot


 


 


https://pasteboard.co/IhQJYAN.png<<< with normal browser


https://pasteboard.co/IhQKgpO.png<<< with ubot


 


i use ubot.but i have 0.1scrore  recaptcha google v3. how can i fixed this  ?


 


link for test recaptcha v3>>> https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php


Link to post
Share on other sites

Selenium is flagged insta 0.1.

 

There are services like 2captcha that offer solving.

https://2captcha.com/2captcha-api#solving_recaptchav3

 

It is pretty easy to code it for demo:

https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php

 

but I have a problem because I cant finish the code, after I get token i dont know what to do with it and how to send it and actually click the button try again and receive higher score.

Link to post
Share on other sites
ui text box("2captchaAPI",#api)
set(#gettoken,"","Global")
ui block text("what to dow ith this token?",#gettoken)
navigate("https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php","Wait")
wait for browser event("Everything Loaded","")
wait(2)
set(#vars,$scrape attribute(<innertext=w"grecaptcha.execute(\'*">,"innertext"),"Global")
set(#key,$find regular expression(#vars,"(?<=execute\\(\')(.*)(?=\',)"),"Global")
set(#action,$find regular expression(#vars,"(?<=: \')(.*)(?=\'\})"),"Global")
set(#captchasend,$plugin function("HeopasCustom.dll", "$Heopas HTTP Post", "https://2captcha.com/in.php?key={#api}&method=userrecaptcha&version=v3&action={#action}&min_score=0.3
&googlekey={#key}&pageurl=https://recaptcha-demo.appspot.com/recaptcha-v3-request-scores.php", "", "", "", "", "", ""),"Global")
clear list(%captchaid)
add list to list(%captchaid,$list from text(#captchasend,"|"),"Delete","Global")
wait(20)
set(#capid,$list item(%captchaid,1),"Global")
set(#gettoken,$plugin function("HeopasCustom.dll", "$Heopas HTTP Get", "https://2captcha.com/res.php?key={#api}&action=get&taskinfo=1&json=1&id={#capid}", "", "", "", "", ""),"Global")

Now what to do with this token from 2captcha? And is this the right way to solve it, I cant know since I didnt find solution to send token and click tr again button.

Link to post
Share on other sites

I have the same problem as osayeb256 - can someone explain how Google knows the internal browser is Selenium, even if the user agent has been changed? Is there a way to fix this so it looks like, as far as Google is concerned, a legit browser from a known and trusted IP address.

(I'm using Ubot 5.9.50 on a Windows 10 PC.)

Link to post
Share on other sites

As far as I am testing bots are dead. By dead mean this captcha killed them just like the previous captchas but on V3 it appears like you could get away without solving captcha since you are receiving rating, but that is not the case and Selenium and probably other webdrivers that are automated are insta 0.1. Which means the only solution is to solve it with captcha. 2captcha has tutorial and hopefully we have some working code soon.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...