github.com/chainreactors/fingers@v1.2.1/cmd/test/test_aliases.yaml (about)

     1  - name: nginx_test
     2    vendor: nginx
     3    product: nginx
     4    label: web,server,proxy
     5    priority: 2
     6    target: 
     7      - https://nginx.org
     8      - nginx.org
     9    alias:
    10      fingers: [nginx]
    11      wappalyzer: [Nginx]
    12      ehole: [nginx]
    13    block: []
    14  
    15  - name: apache_test
    16    vendor: apache
    17    product: apache  
    18    label: web,server
    19    priority: 1
    20    target:
    21      - https://httpd.apache.org
    22      - httpd.apache.org
    23    alias:
    24      fingers: [apache]
    25      wappalyzer: [Apache]
    26      ehole: [apache]
    27    block: []
    28  
    29  - name: github_test
    30    vendor: github
    31    product: github
    32    label: web,git,hosting
    33    priority: 1
    34    target:
    35      - https://github.com
    36      - github.com
    37    alias:
    38      fingers: [github]
    39      wappalyzer: [GitHub]
    40    block: []