Jump to content
UBot Underground

Captcha help please


Recommended Posts

Hello everyone.

 

I finally purchased ubot studio yesterday (I went with the pro version) and I have signed up with death by captcha as well.

 

I've successfully tested the catcha solve in the ubot playground, however on my first real attempt I'm not doing so well.

 

I believe I have not identified the captcha element correctly.

 

Here is the html of the captcha:

<td class="UPE-Text">
<div id="recaptcha_image" style="border: 1px solid rgb(204, 204, 204); width: 300px; height: 57px;"><img style="display:block;" alt="reCAPTCHA challenge image" height="57" width="300" src="http://www.google.com/recaptcha/api/image?c=03AHJ_VuufH2oTqM3FDWj5H9eGB2ivAoAEE3tIeTWDowNRai6G6Sfkq4dO0vuY2dX_SeBG6ivXkeb0Cd5-bOiNk3qPtErfpVo36Vi_P2G1Au2qwE-iGpgEe_f5YOX1JV6xvwFC8QhtgWi4p-TZaRDe0pdaP_C62ngmwBnuys85tXSICAP9nKkXpgs"></div>
<div class="recaptcha_only_if_incorrect_sol" style="color:red">Incorrect, please try again.</div>
</td>

I have tried using:

<style="display:block;">

and also

<id="recaptcha_image">

but neither seem to work.

 

What am i doing wrong?

Link to post
Share on other sites

load html("<td class=\"UPE-Text\">
<div id=\"recaptcha_image\" style=\"border: 1px solid rgb(204, 204, 204); width: 300px; height: 57px;\"><img style=\"display:block;\" alt=\"reCAPTCHA challenge image\" height=\"57\" width=\"300\" src=\"http://www.google.com/recaptcha/api/image?c=03AHJ_VuufH2oTqM3FDWj5H9eGB2ivAoAEE3tIeTWDowNRai6G6Sfkq4dO0vuY2dX_SeBG6ivXkeb0Cd5-bOiNk3qPtErfpVo36Vi_P2G1Au2qwE-iGpgEe_f5YOX1JV6xvwFC8QhtgWi4p-TZaRDe0pdaP_C62ngmwBnuys85tXSICAP9nKkXpgs\"></div>
<div class=\"recaptcha_only_if_incorrect_sol\" style=\"color:red\">Incorrect, please try again.</div>
</td>
<form>
<input type=\"text\">
</form>")
type text(<type="text">$solve captcha(<src=w"http://www.google.com/recaptcha/api/image?c*">), "Standard")

 

 

 

 

should do it most of the time its the image src

  • Like 1
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...