Is it possible to read captcha images programatically ? i’m marking this question in perl & php section as of now.
Is it possible to read captcha images programatically ? i’m marking this question in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The point to captcha images is to come up with something that is not machine-readable (easily, at least), so as to prevent script kiddies, poorly behaved robots, and malicious hackers from wreaking havoc on a site’s infrastructure. While there are plenty of solutions for creating captcha images with Perl, there ought not be any for reading them.
There is a module, WebService::Antigate which uses an external source to analyze the captcha, but doing so would almost certainly violate the TOS for the target site. That could (and probably should) get you into trouble at some point. Proceed with caution, and be sure to obtain prior authorization (good luck with that!) 🙂