desirepath41 / visualCaptcha

visualCaptcha's Main Repo. This is a collection of all the different versions/repos of visualCaptcha.
https://emotionloop.github.io/visualCaptcha-demo/
407 stars 43 forks source link

Visual Captcha - Security Violation #32

Open rogerioefonseca opened 7 years ago

rogerioefonseca commented 7 years ago

If you chooseto use a low number of images on your configuration, Visual Captcha can be broken if you keep continue clicking on the same image all the time.

BrunoBernardino commented 7 years ago

Thanks for submitting this issue @rogerioefonseca !

I suppose it is possible to check if the "correct" image was set before, its index, and if so, make sure the next value is different, but we're getting into a situation where then you can predict where the next "valid image" will be, if you can always rule out the previous failed image.

I'd be happy to look over a PR for that, though!