|
|
|
|
|
by akg0
5494 days ago
|
|
Hell, in it's current form it's entirely client-side; hardly seems like it should even count as a CAPTCHA. $(form).attr("action", $("#mc-action").val()) and you're done. Even with server-side validation, it's still trivial to break; it only requires tracking a line through an otherwise blank image. This is fundamentally unusable as a CAPTCHA, and can't be made significantly better. The whole point of a CAPTCHA is to be difficult for computers and doable for humans, hence stuff like warped characters and image categorization. Tracking a line against a blank BG is not difficult for a computer. |
|