This module helps with the detection of (either good or bad) bots.
Detect archive.org bots, by checking both HTTP_USER_AGENT and manual input, so that this can be used for both live tracking and post analysis.
Detect the most common crawlers, by checking both HTTP_USER_AGENT and manual input, so that this can be used for both live tracking and post analysis.
Detect the most common bots, by checking both HTTP_USER_AGENT and manual input, so that this can be used for both live tracking and post analysis.
Detect evil bots that should be blocked, by checking both HTTP_USER_AGENT and manual input, so that this can be used for both live tracking and post analysis.
Check if the current input matches a list of bad strings.