Jump to content
UBot Underground

Searching For A White Unicorn - Aka Captcha Solving In Exbrowser


Recommended Posts

So as the title says seaching for any possible solution to solve captcha with exbrowser? 

 

Does it exist?

 

I have all the plugins, none of them work... perhaps its the example code, perhaps I dont have a clue what Im doing...

 

All I know is its very fraustrating trying to solve v2 captcha..I have both ultimate and  capcha v3

 

working on https://www.couponbirds.com/submit-coupon

 

this will grab the site key

 

set(#sitekeyb,$plugin function("ExBrowser.dll", "$ExBrowser Scrape Element Attribute", "x://div[contains(@class,\"g-recaptcha\")]", "data-sitekey"),"Global")

 

but the plug ins dont appear to solve anything.. 

 

 

 

 

 

 

Link to post
Share on other sites

http://www.7url.com/file/img/exbrecaptcha.jpg

http://www.7url.com/file/img/exbrecaptcha1.jpg
 

plugin command("ExBrowser.dll", "ExBrowser Change Attribute", "//*[@id=\"g-recaptcha-response\"]", "style", "width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none;")


plugin command("ExBrowser.dll", "ExBrowser Type Text", "//*[@id=\"g-recaptcha-response\"]", #result)

after the change attribute command, you will see a text box appear, get the answer from the provider and write to the text box

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

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