github.com/chainreactors/fingers@v1.2.1/cmd/validate/test_alias.yaml (about)

     1  - name: nginx
     2    vendor: nginx
     3    product: nginx
     4    label: web,server,proxy
     5    priority: 1
     6    target: web
     7    alias:
     8      wappalyzer: [Nginx]
     9      ehole: [nginx]
    10      fingers: [nginx]
    11    block: []
    12  - name: apache
    13    vendor: apache
    14    product: apache
    15    label: web,server
    16    priority: 2
    17    target: web
    18    alias:
    19      wappalyzer: [Apache]
    20      ehole: [apache]
    21      fingers: [apache]
    22    block: []
    23  - name: invalid_alias
    24    vendor: test
    25    product: test
    26    priority: 10
    27    alias: {}
    28    block: []