JayBizzle / Crawler-Detect

🕷 CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent
https://crawlerdetect.io
MIT License
2.01k stars 258 forks source link

acapbot #139

Closed JanKrohn-Khalibre closed 8 years ago

JanKrohn-Khalibre commented 8 years ago

Hi! I just detected another bot in my server logs:

Mozilla/5.0 (compatible;acapbot/0.1)

JanKrohn-Khalibre commented 8 years ago

Here's one more: Mozilla/5.0 (compatible; proximic; +http://www.proximic.com/info/spider.php)

JayBizzle commented 8 years ago

Thanks.

Both those are already detected by the generic regex (anything with the string bot/spider/crawler etc)

I have add the user agents to the test though, so thanks for that.

👍

JanKrohn-Khalibre commented 8 years ago

They work fine indeed. Thanks for verifying. They merely tried to crawl a page that a real user visited at the same time, so I mistakenly concluded that the crawlers triggered some unwanted action. 😳