Captcha solvers?

Scorpion Ghost

Elite Member
Executive VIP
Jr. VIP
Joined
Mar 22, 2013
Messages
9,142
Reaction score
10,489
So a captcha just appeared in a very inconvenient place for me, and I have to figure out a way around it. Paid services won't work for me because I'll be needing to solve a ton of these captchas daily. So I need a free solution, or a one-time payment, or a yearly payment at least.

The good thing is that the captcha I'm dealing with is pretty clear, with only numbers and letters.

I tried Xevil the demo version with the "Screen Recognition" option, and it's solving the captchas just fine. But I'm not sure if Xevil can be integrated with Firefox, as an extension or something.

So what are you guys using to solve captchas these days? Extensions, programs, github projects?
 
I use a private API for that, paid and integrated.

Not sure what a private API is, but cool.

I'm pretty sure a browser extension can be created using tessaract or some code from github or available online anyway.
 
I've been using 2captcha for recaptchas for years now. It costs $3 for 1000 recaptchas and around $0.75 per 1000 normal captchas.
 
So a captcha just appeared in a very inconvenient place for me, and I have to figure out a way around it. Paid services won't work for me because I'll be needing to solve a ton of these captchas daily. So I need a free solution, or a one-time payment, or a yearly payment at least.

The good thing is that the captcha I'm dealing with is pretty clear, with only numbers and letters.

I tried Xevil the demo version with the "Screen Recognition" option, and it's solving the captchas just fine. But I'm not sure if Xevil can be integrated with Firefox, as an extension or something.

So what are you guys using to solve captchas these days? Extensions, programs, github projects?
XEvil can integrate with browsers, you need to use API with anti captcha or captcha solver extesnions..
 
So a captcha just appeared in a very inconvenient place for me, and I have to figure out a way around it. Paid services won't work for me because I'll be needing to solve a ton of these captchas daily. So I need a free solution, or a one-time payment, or a yearly payment at least.

The good thing is that the captcha I'm dealing with is pretty clear, with only numbers and letters.

I tried Xevil the demo version with the "Screen Recognition" option, and it's solving the captchas just fine. But I'm not sure if Xevil can be integrated with Firefox, as an extension or something.

So what are you guys using to solve captchas these days? Extensions, programs, github projects?
Hi, are you referring to this captcha?
capture-png.194403

I create text based captcaha solvers. Here is a sample of my own solver for captcahs.net

r93TYaC
 
Here is a very cheap captcha solving service which also has an offer of unlimited captcha solves with 100 threads for only $199.95 a month pay. See captchas.io
Stop promoting it everywhere. Not allowed.
 
Look at what requests are sent to the server. Sometimes you just need to solve once and you will see a token that you can substitute when you send new messages to bypass checks.

Sometimes if you do a POST request without a browser captcha is not required.

Now I often see mathematical captchas in character format rather than images. The template parses the symbol, performs a mathematical operation and writes in the desired field.

It all depends on the type of captcha and how often you need to solve it.
 
You can set Xevil to emulate popular captcha services like 2captcha for example. Shouldn’t be hard to find a captcha extension for Firefox that you can enter the API key and get things running
 
Back
Top