Any Way For CAPTCHA Breaking

drmikarin72

Registered Member
Joined
Jan 25, 2009
Messages
96
Reaction score
16
Is there any automated way to break captchas - windows based or web based ...Mean Php script ...windows software.

Anything?
 
there are a couple of websites like decaptcher.com,
but generally captcha breaking with means of php isnt "that" easy. (though possible), linux would be recommended anyways.
 
Do you mean automated captcha solving with php script.

Do you know any script does this or even windows aplication similar to xrumer.
 
I don't think you can do captchas with a PHP script. You will have better luck with a desktop application.
 
Desktop is also ok ... but what is desktop aplication break captchas?

Xrumer does it but they do this just for forums and blogs not for captchas i specify.
Allsubmitter too.
 
I think it totally depends on what captcha your trying to break. Some old ones are easy and be broken with basic imagemagik scripts. Some like recaptcha, utube and goog captchas are incredibly tough to decipher (even for humans sometimes) gl with that... Perhaps find a freelancer who specializes in OCR, I have seen lots of request for advanced captcha breaking scripts in various freelance finder web sites.
 
Here is javascript neural network csript breaks megaupload captcas ...

userscripts.org/scripts/review/38736
 
Yes this one really works.

Here is how to install: userscripts.org/about/installing
 
I don't think you can do captchas with a PHP script. You will have better luck with a desktop application.
Shut up when you don't know what you're talking about. I think i gave a pretty complete little list.

You can break captchas in pretty much any language included php! (esp php!). (obv cause php has image processing extensions like imagick).

You won't find the codes used for the whole breaking process on the net though obv.

just google for captcha breaking you'll find your pieces of php codes + some pretty good ideas on how to break quite a few ones.


btw. you won't find a freelancer who cracks Gs captchas. (unless you have 5 figures in your pocket to spare :p)
 
What are GS captchas?
I have seen freelancers on getafrelance have done pretty good job for 1-2K. For now it is much better for me to use beatcaptchas.com api (since they have good integration with imacros). {by the way is it posible integrate decaptcher with VBS imascros script}
 
http://www.getafreelancer.com/projects/ASP-C-C/Gmail-creator-with-captcha-reader.html
http://www.getafreelancer.com/projects/C-C-Java/automatic-recaptcha-ocr.html
http://www.getafreelancer.com/projects/PHP-C-C/OCR-Recognition-software-needed.html
 
oh i was just talking about googles captcha since it came up (but recaptcha should be about the same).

I doubt these guys got either gmail or recaptcha ocrs for thoose budgets.

Other captchas are of course way cheaper to crack ;)
 
It is pretty sure these bids are for real. Getafreelancer has pretty secure payment system. So no sense to bid if you cannot make script for real.
 
Well it is possible, but just one of thoose projects actually asks for gmail captcha cracked. + you don't know how it ended.. I mean i can crack gmail captchas, but <10% accuracy isn't that great ;)
 
No but there is 28 bids so far ... it is alot.

I do believe then can get everything there.There are so many excellent programers out there just programing without blackhat.

If you can crack this please let me know basic principles and language you are using.

<10% for gmail actually is great. My own gmail accuracy is ~40%.
 
Last edited:
Seems like noones reading my posts:p

language:php, cause its flexible and easy to use ;)
basics: again, use google, php image processing. done.
 
Back
Top