Jump to content
UBot Underground

Captcha - Multiple websites


Recommended Posts

Hi,

 

I have been playing around with Captcha, and I have seemed to get the hang of it, when I want it to auto-fill one particular site, over and over again.

 

However, what if I want my script to fill captchas of any website (without having to change the code).. is there a generic path I could use with the wildcard?

 

i.e:

 

INSTEAD OF USING.... (for one site)

 

<src=w"http://yourwebiste.com/captcha.php?*">

 

IS THERE A CODE THAT CAN BE GENERIC (for multiple sites)

<src=w"anyurl?*">

 

 

Any help would be appreciated. Thank you

Link to post
Share on other sites

just use this:

<src=w"*/captcha.php?*">

This actually tells UBot to choose an element with SRC, that starts with anything, continues with "/captcha.php?" and continues with anything.

 

Other sites use different captcha services which have different SRC parameter, so this in not guaranteed to work on every page.

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