/ data / fingerprints / wallos.yaml
wallos.yaml
 1  info:
 2    name: wallos
 3    author: A.I.G bot
 4    severity: info
 5    desc: Wallos is an open-source, self-hostable personal subscription tracker with AI recommendation features (supports Ollama, ChatGPT, Gemini integrations).
 6    metadata:
 7      product: wallos
 8      vendor: ellite
 9  http:
10    - method: GET
11      path: /
12      matchers:
13        - body="<title>Wallos - Subscription Tracker</title>"
14  version:
15    - method: GET
16      path: /
17      extractor:
18        part: body
19        group: 1
20        regex: 'styles/theme\.css\?v(\d+\.\d+\.\d+)'