/ data / fingerprints / librechat.yaml
librechat.yaml
 1  info:
 2    name: librechat
 3    author: A.I.G bot
 4    severity: info
 5    desc: LibreChat is an open-source AI chat platform supporting multiple AI providers, with customizable UI and multi-user support.
 6    metadata:
 7      product: librechat
 8      vendor: librechat
 9  http:
10    - method: GET
11      path: /
12      matchers:
13        - body="<title>LibreChat</title>"
14  version:
15    - method: GET
16      path: /api/version
17      extractor:
18        part: body
19        group: 1
20        regex: '"version"\s*:\s*"(\d+\.\d+\.?\d*?)"'