Has anyone developed or found a workaround for getting passed captchas while using a text only webbrowser, such as Links? The only thing that occurred to me would be to download and render the image using an ascii art program. Any other suggestions would be appreciated, as would a good ascii art program.
feedback
|
|
I think that in text only webbrowser it would be much easier to use "audio" captchas, sometimes described as "for handicap users". | |||
|
feedback
|
Update:For those who read the question as "As a webmaster, what can I use as a text based alternative to CAPTCHA?" please read my original answer -- however it seems that the OP actually meant "As a user, how can I convert CAPTCHA images to a text representation?". To answer the later, I'd say that this is not really feasible with ASCII art, unless you were willing to use the entire screen, since you'd need this kind of "resolution". If it's a website that people commonly browse using Original answer:Ask the user a simple math question; what is 1 + 2? This will protect you against generic spam bots (of which there are many), but not targeted attacks (of which there are few). However, ASCII art would be a much cooler solution. | |||||||
feedback
|
|
Take a look at Practical non-image based CAPTCHA approaches? on Stack Overflow, it has interesting info. | |||
|
feedback
|
