I’ve created a custom validation script for my website because people need to validate every hour to make sure they aren’t using scripts/auto-refreshers to gain an advantage. To make the experience as easy as possible, an image is displayed with a number between 1 and 9. I created all these images manually with photoshop to make them slightly difficult to see. The user must then click a randomised “numpad” between 1 and 9 with the right number which is displayed below this first image.
My question is as follows:
How easy is it for someone to write a script/program of some-kind that can read the source-code, check the name of the div that displays the image with the number and then read the file-name to see what the image name is and then use an OCR to click the right number on the chart?
I have absolutely no idea how I would even start doing this, but I want to know if it’s necessary to change the image filename to something random every time, rather than something like number1.png, number2.png etc
Many thanks in advance for your help and advice
I think it would be really TOO easy!