omrilotan / isbot

🤖/👨‍🦰 Detect bots/crawlers/spiders using the user agent string
https://isbot.js.org/
The Unlicense
908 stars 74 forks source link

Few user agents were wrongly recognised as a bot #269

Closed sagrawal31 closed 1 month ago

sagrawal31 commented 1 month ago

User Agent String

Reproduce

These four user agents are identified as bots. I don't know how to reproduce this. I can confirm that these were the real users browsing a website based on their IP geolocation and activities they did on the websites.

image
omrilotan commented 1 month ago

Thank you. I will review these user agent strings and suggest the appropriate changes to the pattern

omrilotan commented 1 month ago

Thank you. I've been able to recognise all but the first one, which seems like a glitch.

The entire string, Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 ||| ReqID: 472 | TabID: 643408467 | FrameID: 0 | ParentFrameID: -1 | Type: xmlhttprequest | Time: 1722598417470 | Initiator: https://bummer.in/ includes additional data after the user agent string

Addressed in PR #271

sagrawal31 commented 1 month ago

Thanks a lot, @omrilotan for taking this up and getting fixed.