Out of order
Posting comments without accounts is supposed to be done manually, using images that only humans are supposed to be able to read.
But the ones employed on this site are extremely weak.
Using simple Javascript, we can easily get past the “bot protection” that can currently be found on any inquiryhub.org blog.
The bot protection only has 9 variations for bots to get past- and it says which variation it uses directly in the image.
This makes it extremely easy to bypass it.
$('securitycode').value = (function () { switch ($('securitycode').next().next().src.match(/antiselect=([0-9])/)[1]) { case '1': return '1removingspam'; case '2': return '3iamahuman'; case '3': return '4iamnotabot'; case '4': return '5nospamplease'; case '5': return '6pleasedontspam'; case '6': return '7spamisntnice'; case '7': return '8dontspamme'; case '8': return '9spamisbad'; case '9': return '10stopmrspam'; } })();
Blah
Is this supposed to work?
It requires the jQuery library. I created a version without this dependancy but never updated the post.
I mean is the loop hole still there 🙂
Yup
I’m afraid we have already patched it 🙂
You can try again.