Jump to content

captcha not cutting it


Cardale

Recommended Posts

On my site I use a captcha to attempt and stop spam bots from registering at my site.  So far it has worked fairly well, but I am still getting bots probing and getting through every once in awhile.  I need to beef it up.  Any recommendations?

Link to comment
Share on other sites

Any other ideas?

 

Any captcha is crackable. Use recaptcha's API to create something complex, or , Oh WHAT!? add a "What is x + x?" question. That'll automatically invalidate every bot who can crack the previous captcha. It's not that hard.

Link to comment
Share on other sites

Text based math questions are already being solved by one simple line of php code using eval() to parse the equation. Even trying to be clever and using the 'word' form of operators and numbers (plus, add, subtract, minus, times, one, two, three...) can be solved by using a simple array replace followed by an eval() statement.

 

However, by outputting the math question as a word problem in a dynamically generated image (even if there is no background noise in the image) makes finding and solving the math question significantly harder (it is fairly easy to use OCR to find 4-6 letters/numbers in an image, but it is much harder to read and parse a complete sentence from an image.)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.