Jump to content
UBot Underground

[FREE Plugin] Advanced Captcha (V3)


Recommended Posts

  • Replies 224
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Ubotplugin.com End of Business Good day Ubot community. Over the last 9 years I invested a lot of time in developing the plugins. I hope that it was of good use for all of you. Only in the last

Shouldn't the Plugin do the following for DBC to solve the Captcha Properly: Image Collected > Image Sent to DBC for Solving > DBC responds with CaptchaID > Plugin Pause > LOOP(Poll Captc

3.4.0.0 (Beta) Remove command 2captcha.com Add new commands 2captcha.com audio captcha 2captcha.com click captcha 2captcha.com key captcha 2captcha.com normal captcha 2captcha.com recaptcha v1 2captc

Posted Images

http://i.imgur.com/31ZvJRI.png

 

Are any of these involved in your plugin? My new eset has been messing with my ubot.

I'm sorry, I do not know.

I use kaspersky

I use Ubot 4.2.20 / 5.8.5

Link to post
Share on other sites

http://i.imgur.com/31ZvJRI.png

 

Are any of these involved in your plugin? My new eset has been messing with my ubot.

 

 

Im using Eset 

Eset 8 on my Main PC and Eset EndPoint on one of my test machines

 

but never seen any thing like that in my logs :/

  • Like 1
Link to post
Share on other sites

Im using Eset 

Eset 8 on my Main PC and Eset EndPoint on one of my test machines

 

but never seen any thing like that in my logs :/

I'm not sure why. Because the others do not have this problem.

Link to post
Share on other sites

I'm Using DBC and i'm getting a blank response and then it sends the captcha again and then it gets blank response and then eventually it gets a correct response and it solves the Google reCaptcha *New, but the issue is DBC workers were solving the problem and the 3 or 4 previous images i uploaded to them eventually get solved by the worker and I get charged for 4 captcha's solved.  Is there an issue with your system not calling the captcha ID to DBC and waiting for a response properly? or is it an issue with DBC?

  • Like 1
Link to post
Share on other sites

Shouldn't the Plugin do the following for DBC to solve the Captcha Properly:

Image Collected > Image Sent to DBC for Solving > DBC responds with CaptchaID > Plugin Pause > LOOP(Poll CaptchaID to DBC) set timeout of 30 seconds > Polled CaptchaID Eventually comes back with solving parameters? 

 

UPDATE:

 

Did some research and sure enough the following is true:

What's the response from the Image Group API?

captcha: id of the provided captcha, if the text field is null, you will have to pool the url http://api.dbcapi.me/api/captcha/captcha_id until it becomes available

is_correct:(0 or 1) specifying if the captcha was marked as incorrect or unreadable

text: a json-like list of the index for each image that should be clicked. for example:

[1, 4, 6]
where the images that should be clicked are the first, the fourth and the six, counting from left to right and up to bottom

THE TEXT FIELD IS NULL you will have to pool the URL http://api.dbcapi.me/api/captcha/captcha_iduntil it becomes available <----- I think this is what your Plugin is not doing.  It is simply assuming the response is wrong and not pooling<  not sure if pooling is the right term > the URL for the json-like list.  Please Advise.

  • Like 1
Link to post
Share on other sites

Shouldn't the Plugin do the following for DBC to solve the Captcha Properly:

 

Image Collected > Image Sent to DBC for Solving > DBC responds with CaptchaID > Plugin Pause > LOOP(Poll CaptchaID to DBC) set timeout of 30 seconds > Polled CaptchaID Eventually comes back with solving parameters? 

 

UPDATE:

 

Did some research and sure enough the following is true:

What's the response from the Image Group API?

captcha: id of the provided captcha, if the text field is null, you will have to pool the url http://api.dbcapi.me/api/captcha/captcha_id until it becomes available

is_correct:(0 or 1) specifying if the captcha was marked as incorrect or unreadable

text: a json-like list of the index for each image that should be clicked. for example:

[1, 4, 6]

where the images that should be clicked are the first, the fourth and the six, counting from left to right and up to bottom

THE TEXT FIELD IS NULL you will have to pool the URL http://api.dbcapi.me/api/captcha/captcha_iduntil it becomes available <----- I think this is what your Plugin is not doing.  It is simply assuming the response is wrong and not pooling<  not sure if pooling is the right term > the URL for the json-like list.  Please Advise.

I've created a temporary solution for this.  So you are not charged 4x for each captcha solved.  If interested PM me.

Link to post
Share on other sites

Shouldn't the Plugin do the following for DBC to solve the Captcha Properly:

 

Image Collected > Image Sent to DBC for Solving > DBC responds with CaptchaID > Plugin Pause > LOOP(Poll CaptchaID to DBC) set timeout of 30 seconds > Polled CaptchaID Eventually comes back with solving parameters? 

 

UPDATE:

 

Did some research and sure enough the following is true:

What's the response from the Image Group API?

captcha: id of the provided captcha, if the text field is null, you will have to pool the url http://api.dbcapi.me/api/captcha/captcha_id until it becomes available

is_correct:(0 or 1) specifying if the captcha was marked as incorrect or unreadable

text: a json-like list of the index for each image that should be clicked. for example:

[1, 4, 6]

where the images that should be clicked are the first, the fourth and the six, counting from left to right and up to bottom

THE TEXT FIELD IS NULL you will have to pool the URL http://api.dbcapi.me/api/captcha/captcha_iduntil it becomes available <----- I think this is what your Plugin is not doing.  It is simply assuming the response is wrong and not pooling<  not sure if pooling is the right term > the URL for the json-like list.  Please Advise.

See

http://www.deathbycaptcha.com/user/api/decaptcher

http://www.deathbycaptcha.com/user/api/antigate

http://www.deathbycaptcha.com/user/api/newrecaptcha

Link to post
Share on other sites

V3.1.0.0 (BETA) (Warning: The update makes the plugin version previous malfunction. You have to go back and correct it.)
change all report string to list
merge deathbycaptcha.com + deathbycaptcha.com (new re-captcha)

Link to post
Share on other sites

V3.1.0.0 (BETA) (Warning: The update makes the plugin version previous malfunction. You have to go back and correct it.)

change all report string to list

merge deathbycaptcha.com + deathbycaptcha.com (new re-captcha)

 

Awesome Update!  Works excellent now.  Thank you :)

Link to post
Share on other sites

I spoke too soon works awesome if there is a banner image, but when there is only text it does not function. :(

I am not good at English If you need help, Please show images or video (best) / sample code / and do not use abbreviations.

Link to post
Share on other sites

Great update, but the 2captcha.com command is not working anymore. it gives me:

  Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

 

Also, if you can write a script about how we can handle this:
 

456456

1

2

3

4

 

(From the deathbycaptcha new command).

 

Thanks

Link to post
Share on other sites

V3.1.0.2 (BETA)
2captcha.com : test (Thank "Fotis32" for test account) and set first list is captcha id

ui text box("API Key",#apiKey)
clear list(%captcha)
add list to list(%captcha,$plugin function("Advanced Captcha.dll", "$2captcha.com", #apiKey, "{$special folder("Application")}\\testCaptcha2.jpg", "", "Recognize"),"Delete","Global")
load html($replace(%captcha,$new line,"<br>"))
alert("Captcha Text = {$list item(%captcha,1)}")
Link to post
Share on other sites
  • 1 month later...
  • 1 month later...
  • 3 weeks later...

V3.1.2.4  (Warning: The update makes the plugin version previous malfunction. You have to go back and correct it.)
2captcha.com: add option "Recognize ReCAPTCHA Type 1" work only captcha 9 squares
2captcha.com: add option "Recognize ReCAPTCHA Type 2" work both captcha 9 \ 16 squares but this is a old algorithm
2captcha.com: add option "Recognize ReCAPTCHA Type 3" work both captcha 9 \ 16 squares this new algorithm

Link to post
Share on other sites

bug: CaptchaTronix is always giving an error when checking the balance "Cannot implicitly convert type 'string' to 'System.Collections.Generic.List"

 

I don't have an active account to test the image recognition service to confirm if the error is still present there too.

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