Replies: 7 comments 8 replies
-
That's pretty interesting, I never knew such technologies exist One thing tho is that I see selenium as essentially deprecated when compared to Playwright+Browserless, Browserless has significantly more work added to it around evading bot detecting, and is just in general a better system to use (for example, selenium cant even take full page screenshots) it seems that anti-captcha is a paid service tho right? https://anti-captcha.com/clients/entrance/login |
Beta Was this translation helpful? Give feedback.
-
Yes, most captcha solvers are paid but there are software you can purchase to do the work for you. The current best being XEvil 6.0 (beta), followed by CapMonster. I currently have a license for XEvil 6 that can potentially solve all text, math, google, and hcaptcha. More then happy to provide access so there will be no out of pocket captcha solving costs on the dev teams part and I can adjust XEvils API to emulate the other paid services. There are also other captcha solutions that emulate the larger services but are much cheaper like https://capmonster.cloud/en/ which can support most of the ones my software can. Eitehr way if your interested, more then happy to send you q api key to my server http://captcha.jremi.com or https://captcha.jremi.com Also if a plugin is not the best move, my friend created automated software to claim crypto faucets https://faucetcollector.com/ They way he handled it, was the bot stored the endpoint/url of the server + the api key. From there each site was scripted in C# and had a section dealing with captchas. For best results, you would provide the xpath for the captcha, like to text/math captchas, xpath to the image and text box. For recaptcha xpath to the recaptcha itself. Might be able to implement something similar, if xpath found then solve captcha or something |
Beta Was this translation helpful? Give feedback.
-
moved to discussions (atleast for now) |
Beta Was this translation helpful? Give feedback.
-
if its going to be a paid solution, then there are many possibilities like https://brightdata.com/webinar/solve-and-prevent-recaptcha |
Beta Was this translation helpful? Give feedback.
-
Flaresolverr would absolutely be a plus. I use it for all my private trackers and it works great and is acutely maintained. |
Beta Was this translation helpful? Give feedback.
-
There is also https://github.com/dessant/buster which solves Captchas from audio challenge. |
Beta Was this translation helpful? Give feedback.
-
Update FlareSolverr - 2025 looks like this project as dead and cloudflare got too hard for it |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
There are a few sites that ident my browser as a bot, I have tried using residential ip's but it will still get flagged most of the time.
Describe the solution you'd like
I currently run my own Captcha solver, XEvil 6.0 which can handle pretty much all types of captchas and currently set to emulate AntiCaptcha's API.
If possible would love to see it get implemented, Implement AntiCaptcha's Plugin w/ Selenium
I even modified their plugin to use my server, would even be willing to provide an api key and plugin to help the devs with implementing. XEvil supports AntiCaptcha, 2Captcha, De-Captcher, iMarcos, RipCaptcha, RuCaptcha, and DeathByCaptcha so others can also be implemented, not to mention quite a few of the others will either use the same API setup as AntiCaptcha or 2Captcha.
There is also another project I use, mostly for Jackett to auto search torrent sites called FlareSolverr. It will attempt to bypass the hCaptcha's from Cloudflare (Captcha plugin solves them as well, but not currently supported by FlareSolverr) and output the site in a json response.
Would also love to see options to auto save cookies, for a more persistent experience. One of the current ways I am getting around the captchas is by solving it via a private browser and copy/pasting the cookies into changedetection however at some point I will most likely have to replace/update them manually.
Describe the use-case and give concrete real-world examples
Think I outlined it pretty well in the previous section but would like to see
Additional context
If you wish to try my captcha plugin or need a api key to test, let me know (devs only).
Beta Was this translation helpful? Give feedback.
All reactions