/ data / fingerprints / comfyui / comfyui.yaml
comfyui.yaml
 1  info:
 2    name: comfyui
 3    author: 腾讯朱雀实验室
 4    severity: info
 5    desc: 一个基于节点的图形界面,用于使用Stable Diffusion等扩散模型创建AI艺术。
 6    metadata:
 7      product: comfyanonymous
 8      vendor: comfyui
 9  http:
10    - method: GET
11      path: '/'
12      matchers:
13        - body="<title>ComfyUI</title>"
14  version:
15    - method: GET
16      path: '/system_stats'
17      extractor:
18        part: body
19        group: 1
20        regex: '"comfyui_version":\s?"(.*?)"'