Jump to content
UBot Underground

Human Interpretation Captchas


Recommended Posts

While doing some research on a particular site in here (Fiverr.com) I noticed that no one had asked about these kinds of captchas. Fiverr asks a simple math question to determine if you are really human.

 

If you did not know this already, UBot can be that human. It can do that math for you.

 

Here is the code.

 

http://screencast.com/t/RioyjFOh6aWJ

 

My bet is that as long as that captcha stays in a Text format then this kind of solving will work.

 

Cheers!

Link to post
Share on other sites
  • 8 months later...

Hi,

 

Just reading this post, I'm trying to do exactly this on Fiverr but using v4. How would you go about this? I've so far dragged the answer box across to the script window then in the "text to type" box I have $solve captcha function with <innertext *+*=> but it does not solve it? Obviously I am missing something here. Could you possibly help a Ubot newbie?

 

Thanks in advance!

Keith

Link to post
Share on other sites

try this code

 

navigate("http://fiverr.com/join", "Wait")

set(#eval, $scrape attribute(<outerhtml=w"<span>* =</span>">, "innertext"), "Global")

set(#eval, $replace(#eval, "=", $nothing), "Global")

type text(<name="user[captcha_solution]">, $eval(#eval), "Standard")

 

 

thanks

  • Like 1
Link to post
Share on other sites

try this code

 

navigate("http://fiverr.com/join", "Wait")

set(#eval, $scrape attribute(<outerhtml=w"<span>* =</span>">, "innertext"), "Global")

set(#eval, $replace(#eval, "=", $nothing), "Global")

type text(<name="user[captcha_solution]">, $eval(#eval), "Standard")

 

 

thanks

 

I will try that many thanks for your reply, how do I give you rep? I tried to do it via your profile?

Keith

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