[GET] [FREE] Captcha Solver OCR

handmadebots

Senior Member
Joined
Nov 8, 2012
Messages
1,072
Reaction score
255
I've built a simple software, that's recognizing text from images, in other words, a captcha breaker.
It's using the Tessearct library, which is one of the best OCR libraries that I know about, and also free!

What do I have to input ?
- Captcha folder
- Outputfile (default: output.csv)
- Speed (it can go fast, or super fast)

What it does after I click start ?
- In the CSV output file, you'll have two columns: the image path, and the text recognized by the software.

If you choose not to go super fast, you'll have the chance to see the images and the result recognized in real
time, in the applications GUI.

UPDATE: Wait for image added. This feauture allows the software not to process just
images from a folder, but also wait for an image to be created (by other software probably),
and once the pre-specified image exists (eg. C:\Documents\image.png), it will process it,
and the result will be saved in result.txt. This process will delete the image after it's processed.

Download link & virustotal links updated


Here is a video demonstration:


Download Link: https://www.mediafire.com/?qjxvbl1ca49rtub

VirusTotal Link: https://www.virustotal.com/en/file/...7c9c60dd048524ff860cd9bb/analysis/1421088559/

2/56 - False positives


 
Last edited by a moderator:
Glad you like it man.
Thanks for the great share
I was thinking to add a feauture, if people need it.
Wait for a certain image, so that you can integrate it with other software.

For example:
1. You have a bot that creates accounts or whatever, once it gets a captcha, it could download it to "C:\img.png"
2. The Captcha solver will be "idle", waiting for the C:\img.png to be created.
3. If C:\img.png was created, the software will recognize and generate result.txt that contains the recognized text.

If this could be useful for some of you guys, let me know :)
 
Glad you like it man.

I was thinking to add a feauture, if people need it.
Wait for a certain image, so that you can integrate it with other software.

For example:
1. You have a bot that creates accounts or whatever, once it gets a captcha, it could download it to "C:\img.png"
2. The Captcha solver will be "idle", waiting for the C:\img.png to be created.
3. If C:\img.png was created, the software will recognize and generate result.txt that contains the recognized text.

If this could be useful for some of you guys, let me know :)

Yes it will. It will help a lot
 
Does it break recaptcha or you're going to add this feature later?
 
It won't work with complex captchas, as mentioned above.
It's using an existing OCR algorithm, and I am not going to modify it.
If the OCR library gets updated, will update the software too :)

If you have complex captcha, this software is not going to help you!
BUT it can save you good money, if the captchas are simple.
You won't have to pay for the simple captchas again.

Does it break recaptcha or you're going to add this feature later?
 
Last edited:
are you doing some image preprocessing or is this only calling tesseract?
 
It's only using the tessearct library for image procesessing.
 
Seems like a cool bot, do you have a portfolio of other bots made by you?
 
this is a bit ironic, that Google own's ReCaptcha as well as this. I wonder if Tessaract is good enough to solve ReCaptcha. It's sort of silly being able to use one of their technologies to thwart another.
 
Keep leaving the Confuser symbols file in and you might as well give us the source code.
 
thanks for the bot, it will come perfect for the projects im doin right now but ikeep getting error it says "the program cant' start because MSVCR110.DLL is missing from your compuer try reistalling the program to fix the problem" which i did but still not working
 
It's a "generic" windows error. I think you can fix it, by installing .NET 4, and making sure that you're with the Captcha Solver.exe in the right folder (same folder where it got extracted)
thanks for the bot, it will come perfect for the projects im doin right now but ikeep getting error it says "the program cant' start because MSVCR110.DLL is missing from your compuer try reistalling the program to fix the problem" which i did but still not working
 
Back
Top