Jump to content
UBot Underground

CAPTCHA HELP PLEASE!!


Recommended Posts

Hi I am a little bit stumped I am new so sorry if this sounds super noob.

 

I have to edit a captcha before I can send it to deathbycaptcha for it to work.

To do this I have a shell script that edits the captcha element- then saves it to c:\captcha.jpg. I need ubot to solve the captcha inside of that captcha.jpg file and have it send that to deathbycaptcha and enter it into the captcha answer field.

 

Is this possible with ubot or can I only use the $solvecaptcha function with elements on the browser window-- in which case I will be a sad panda.

 

Thanks for the help in advance.

Link to post
Share on other sites

I actually had to test this to make sure. But yes, this worked for me by calling the local file and path. You may want to use this with in new browser.

 

load html("<img src=\"file:///C:/Users/bob/Downloads/captchas.jpg\">")
set(#captcha, $solve captcha(<src="file:///C:/Users/bob/Downloads/captchas.jpg">), "Global")

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