fingerprintjs / BotD

Bot detection library that runs in the browser. Detects automation tools and frameworks. No server required, runs 100% on the client. MIT license, no usage restrictions.

Home Page:https://fingerprintjs.github.io/BotD/main/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always detects 'selenium'

Dolgovec opened this issue · comments

Hey. I've noticed, that "automationTool" always returns selenium for all my testers. Can you please check it?

[2022/01/24 09:19:42] info: {
   "bot": {
      "automationTool": {
         "status": "processed",
         "probability": 1,
         "type": "selenium"
      },
      "browserSpoofing": {
         "status": "processed",
         "probability": 0
      },
      "searchEngine": {
         "status": "processed",
         "probability": 0
      }
   },
   "vm": {
      "status": "processed",
      "probability": 0
   },
   "ip": "188.232.8.139",
   "requestId": "01FT5P4J20DPX4K80QJ4G3RE9H"
} 
[2022/01/24 08:42:45] info: {
   "bot": {
      "automationTool": {
         "status": "processed",
         "probability": 1,
         "type": "selenium"
      },
      "browserSpoofing": {
         "status": "processed",
         "probability": 0
      },
      "searchEngine": {
         "status": "processed",
         "probability": 0
      }
   },
   "vm": {
      "status": "processed",
      "probability": 0
   },
   "ip": "213.230.88.227",
   "requestId": "01FT5M0W5SH0RMHGZM8RKQHRS5"
} 
[2022/01/24 08:37:30] info: {
   "bot": {
      "automationTool": {
         "status": "processed",
         "probability": 1,
         "type": "selenium"
      },
      "browserSpoofing": {
         "status": "processed",
         "probability": 0
      },
      "searchEngine": {
         "status": "processed",
         "probability": 0
      }
   },
   "vm": {
      "status": "processed",
      "probability": 0
   },
   "ip": "91.231.54.238",
   "requestId": "01FT5KQA5DHNY783XS17XY03FP"
}  

Thx!

Devs have fixed it