Jump to content
UBot Underground

Recommended Posts

I can get the code for invisible recaptcha v2 with 2captcha.com + plugin..

but my target site is not the traditioanl format 2 captcha explain,,

I want to get the input area to solve captcha

Is there anyone who can solve this? target site is band.us to join

what I did until now..

add list to list(%Debug,$list from text($plugin function("Advanced Captcha.dll", "$2captcha.com recaptcha", "access key", "6Lf7sxwUAAAAAMCZndbhrzZ8ybi7JY-fGLIZmHAF", "https://www.google.com/recaptcha/api2/bframe?hl=ko&v=npGaewopg1UaB8CNtYfx-y1j&k=6Lf7sxwUAAAAAMCZndbhrzZ8ybi7JY-fGLIZmHAF&cb=4w5qwjxk2ruc", "", "", 50, 120, "", "", "", "Invisible"),$new line),"Delete","Global")
 

comment("how to send the captcha result to hidden area?")
 

if($comparison($list total(%Debug),">",1)) {
    then {
        run javascript("document.getElementById(\"g-recaptcha-response\").innerHTML=\"{$list item(%Debug,1)}\";")
        run javascript("document.getElementById(\"email_sign_up_form\").submit();")
    }
    else {
    }
}

Edited by namstery21
Link to post
Share on other sites
  • namstery21 changed the title to invisible recaptcha v2

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...