Jump to content
UBot Underground

New Recaptcha Can Ubot Solve?


Recommended Posts

Ok, this is really a bad thing for bots, because i think this captcha is not solvable.

 

Check out this screenshot:

http://prntscr.com/6rmjmy

 

What is this for captcha?

Even me as human have hard time thinking which one of the picture is coffe and which one is not. And how to send captcha input to the death by captcha?

Link to post
Share on other sites
  • 1 month later...

There is any possible way to break or bypass this new captcha ?

 

I'm just going based off what I see in the image and not from looking at any code or anything but this is what comes to mind:

 

Take a photo of the image and send it to some captcha service

They send back the coordinates of the answer images, for example in the image in the first post it might be (starting at 1): 2,4,8

The bot then clicks on those images and clicks verify

Link to post
Share on other sites

Very easy to bypass IF the website you're trying to automate has written captchas as well.

 

This code here will check to see if the picture challenge exists.

If it does , it will hit the refresh button , and wait 5 seconds , and check again.

Once the picture challenge disappears you can use the general captcha solving method.

 

 

if($exists(<innertext=w"Select all *">)) {
    then {
        clear cookies
        loop while($exists(<innertext=w"Select all *">)) {
            click(<id="recaptcha-reload-button">, "Left Click", "No")
            wait(5)
        }
    }
}

 

Since I'm not with my friend who owns ubot , I can't tell you exactly if it works correctly , but that's a method we used to workaround the same problem :)

Link to post
Share on other sites

Like Sunny9495 said the only sure fire way to avoid the image based

captchas is to change the user agent to anything but FireFox, Chrome,

and Internet Explorer as it works 100% of the time.

 

When you just refresh the captcha screen it is not guaranteed to give you

a text based captcha.  G Recaptcha has the ability at certain times to 

only display image based captchas no matter how many times you refresh

the screen.

 

I ran a test and looped the refresh button being press every few seconds

myself about 2 weeks ago and not 1 time during the 200 times that it looped

did it show a text based captcha during that session.

 

Final conclusion change the user agent if you want to avoid image based captchas

so that you can use services like DBC to solve them as normal.

 

 

mrwalt

  • Like 2
Link to post
Share on other sites
  • 6 months later...
  • 3 months later...

Changing the user agent to Andriod or Iphone does not work. Or at least it did not work for me. It did not bring up a text based it still brought up the 9 square and larger amount captchas.

  • Like 1
Link to post
Share on other sites

bought it ALREAdy

waiting for an update from MJ

 

 

Hey JohntheubotGuru,

 

Thanks for your business buddy, working hard on the new update as before Exbrowser Support, discover a bug in ubot plugin api due to which plugin is not working in a multi threaded environment.

 

Already rewrite the plugin again and the Good News is it is working in Threads as well .

 

I will release the update in next 24 hours, than the next target will be Exbrowser.

Link to post
Share on other sites

Changing the user agent to Andriod or Iphone does not work. Or at least it did not work for me. It did not bring up a text based it still brought up the 9 square and larger amount captchas.

 

Hi, 

 

Google implemented a different DOM for Android, i will add it in later version.

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