Any Way For CAPTCHA Breaking

you can break it with good ocr softwares or php/javascript scripts ,
it's totaly possible but there is hard work before because you should analyse every pixel on the image
 
ImageToText.com has successfully decoded over 100 Million captcha's of all types. It's cheaper than decaptcha and typically faster and more reliable.

It uses real people in a real time Mechanical Turk to solve problems OCR fails at for less than a penny.

EasyAd Poster used this to enable customers to post ads on Craigslist.
Other major bots use them as well.

Just email them and ask to register a partner account. You will be given access to the API (a webservice) and you can start using it right away. They give you a demo account to develop your app with (or you can use their command line version in a script, or with a batch file or whatever) to do it for you.

If anyone needs custom integration and doesn't have access to a developer, they can typically help you as well as they have tons of implementations in all different programming languages and usually can give you something that will fit right in.

If not, PM me and I can help you out at a cost.


decaptcher.com is the cheapest 1000 captchas for $2...nothing can beat that.
 
http://beatcaptchas.com/
http://image2type.com/
http://imagetotext.com/
http://captchaking.com/
http://decaptcher.com/

There are many of them that offer captcha integration via there API. Very useful for software creators. This is a very saturated market tho. Outsourcing to a team like india or china is an easy feet. Try GAF or scriptlance if you want to start it up on your own.

Back to the OP, it would be awesome to have a piece of software that would run on your desktop and scan your operations so when ever captcha were to arise. It would be outscourced for you automatically, thus automating tasks.
 
In Russia this very popular)
This site is in Russian, but if you want, I can explain how they register and how to use in future. Registration is by invitation only. I can give some invites

Thanks for the invite.
Is there a reason they dont use english? Its almost as if they're actively trying to discourage new signups! Any alternative to paying them via paypal?

I dont trust the paypal to webmoney sites out there. That and they charge something like 25% wtf!!!

I just wish Botmaster would use other more user friendly captcha breaking services.
 
Last edited:
GOCR and Tesseract are good OCR programs you can learn to use for cracking captchas. With some training, they can do quite well. Best part is it's free.

However, the most reliable way I've found is to use decaptcher.com
 
I can offer pof.com captcha breakers: reg and msg captchas. PM for details.
 
I can offer captcha breaking service for 3,5 USD for 1000 captchas. PM
 
edit nvm :)

but there are some crackers that work.
 
Last edited:
I don't think you can do captchas with a PHP script. You will have better luck with a desktop application.

Yeah, you can absolutely decode captcha in php, as most captcha code is based in php, perl and javascript, as well as the currently popular jquery forms as well.

Decaptchas aren't complex at ALL...what makes them so tough to handle is that as with anything this open-ended in styling, it primarily depends on the graphic, size, color and scale source that the specific site is using in their mix of options for their overall final captcha image results.

That comes down to the biggest problem being in discovering a captcha and breaking it down on an individual level, which is why building software to do it would be an overwhelming feat in itself and the updating on the back end to keep it active would be an absolute nightmare for any language.

Bottomline though - php can and does work for decaptcha, as most are built in the language.
 
i *HAVE* a php script that breaks captchas, so yes php can do it... it doesn't do the super complicated ones but it hits 95%+ on basic and probably about 80% on moderate

the language is irrelevant, hell you could write one in BASIC if you were bored enough
 
Back
Top