CAPTCHA Decoding
Although there isnt going to be any code in this article, there is a lot of code here http://www.wausita.com/captcha/
Basicly just shows how to go about cracking a simple CAPTCHA with source code and a full rundown as to how it works..
Published on Friday 30th October 2009
Venezuelan
Hello man, this is a good article! can you relaise the source code?
boyter
SQL Injection... hmmm I should fix that.
Source code is on the page, the link is [wausita.com]
vicky
for red the pixel group is :- if pix == 220 or pix == 227:
for black?
boyter
I cannot remember which one is black. You can remove them and see what it leaves however.
Newer
hello
i found this very useful, it gave me a good start on captcha decoding, i'm planning to use opencv+neurolab for image processing and decoding, its gonna be difficult because theres very fancy background and lines thru the letters with multiple font.
this is a nice blog you have here, pretty neat,but theres SQL injection vulnerability on parameter id, you should check it out.