Jump to content
UBot Underground

How To Read Text On An Image (Like A Captcha)


Recommended Posts

A site I log in to each day each displays an image and that image contains text. I want to be able to determine what that text is. Its a bit like a captcha I guess but I don't know how to use the captcha commands in ubot.

 

The src of the image doesn't have a image extension (like .png, .jpg etc), but is generated via a URL like this:

 

link.com/speech/1.php?s=4&v=1437659221 so its just random

 

Is there a way to treat this image like a captcha and "solve" it in to a variable that I can then use?

 

is there any sample code or any plugin that could help with with this?

Thanks all

 

 

Link to post
Share on other sites

A site I log in to each day each displays an image and that image contains text. I want to be able to determine what that text is. Its a bit like a captcha I guess but I don't know how to use the captcha commands in ubot.

 

The src of the image doesn't have a image extension (like .png, .jpg etc), but is generated via a URL like this:

 

link.com/speech/1.php?s=4&v=1437659221 so its just random

 

Is there a way to treat this image like a captcha and "solve" it in to a variable that I can then use?

 

is there any sample code or any plugin that could help with with this?

 

Would I need to use a captcha solving service?

 

Thanks all

Link to post
Share on other sites
set(#captcha,$solve captcha(<class="btn btn-primary">),"Global")

use that to setup your captcha then use the element selector to highlight the image, you might have to play around with it, and look at the advanced element selector too

Link to post
Share on other sites

Thanks - yes I got it working so at least I can see the value assigned to a variable in an alert box, so next thing I need to do is to email that value to myself each day.

 

Cheers

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