Jump to content
UBot Underground

stevenman555

Members
  • Content Count

    7
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by stevenman555

  1. Google release new invisible recaptcha. The following code solve this captcha.

     

    navigate("https://www.google.com/recaptcha/api2/demo?invisible=true","Wait")

    wait for element(<title="recaptcha widget">,"","Appear")

    set(#iframesrc,$scrape attribute(<title="recaptcha widget">,"src"),"Global")

    set(#datasitekey,$find regular expression(#iframesrc,"(?<=k=).*?(?=&)"),"Global")

    set(#response,$plugin function("HeopasCustom.dll", "$Heopas ReCaptcha Solve", #datasitekey),"Global")

    change attribute(<id="g-recaptcha-response">,"value",#response)

    set(#functiontorun,$scrape attribute(<class="g-recaptcha">,"data-callback"),"Global")

    run javascript("{#functiontorun}();")

    stop script

     

    You can send datasitekey to 2captcha or prompt user to solve it manual using my plugin.

     

    Download plugin here

    hello heopas,

     

    Thanks for the plugin really look cool. I am having a problem. whenever i solve the recaptcha in the pop up window and click the OK button. The captcha does not gets solved in the browser. Nothing happens. Why is this happening.

×
×
  • Create New...