openbullet / CaptchaSharp

.NET universal interface for the Web APIs of all major captcha solving services
MIT License
87 stars 23 forks source link

Support for capmonster.cloud #5

Closed Im2rnado closed 2 weeks ago

Im2rnado commented 3 years ago

Hey there, I think it would be a good addition if you add capmonster.cloud to the available captcha solving services. Thanks and have a good day!

openbullet commented 3 years ago

I don't have it so there is no way for me to test it. What is the URL to which requests are sent? I assume it uses the 2captcha API for compatibility.

niniguez commented 2 years ago

Yes, it can be used with the "CustomTwoCaptcha" service by adding host as api.capmonster.cloud. Docs are available here.

I'm using this for GeeTest, however this error shows up on the response. If you would like a key, let me know where to send you it. image

prowler123 commented 2 years ago

How do i add customtwocaptcha and its port number and the customtwo capchta services bro

openbullet commented 2 years ago

Yes, it can be used with the "CustomTwoCaptcha" service by adding host as api.capmonster.cloud. Docs are available here.

I'm using this for GeeTest, however this error shows up on the response. If you would like a key, let me know where to send you it. image

As a temporary solution, you could tick the "SAFE" checkbox in the block, and then the error in red would be dumped to the data.ERROR variable, you can parse the values from it with parse blocks in LR mode.

prowler123 commented 2 years ago

How do I add the port number for custom two captcha

openbullet commented 2 years ago

immagine

Disable the checkbox as well. The port is usually 80 or 443 for https

prowler123 commented 2 years ago

Okay Thank you

prowler123 commented 2 years ago

@openbullet do I need capmonster key or 2captcha key to use "customtwocaptcha"

openbullet commented 2 years ago

If you have a 2captcha key then just use the TwoCaptcha option, the CustomTwoCaptcha is meant for other sites that use the 2captcha API but are not directly listed in the dropdown options.

prowler123 commented 2 years ago

so basically if im using customtwocaptcha i need the other sites api key not 2capctha key ?

prowler123 commented 2 years ago

So I need those sites keys instead? @openbullet

openbullet commented 2 years ago

@prowler123 can you please stop spamming every two seconds? Yes, you need those site keys.

prowler123 commented 2 years ago

Okay bro😂😂

rockyd3vil commented 2 years ago

I can't add any key to any captcha services , image

and solverecaptcha bug image

mastercho commented 9 months ago

Capmonster.cloud doesn't solve Recapv3 over CustomTwoCaptcha block anymore, we would need real implementation unfortunately

OpenBullet2 Native_Fk29miHWmd

openbullet commented 2 weeks ago

Added, use version 2.0.0 of CaptchaSharp. If it's still bugged, please reopen.