github.com/chainreactors/fingers@v1.2.1/cmd/validate/test_alias_urls.yaml (about) 1 - name: nginx_with_url 2 vendor: nginx 3 product: nginx 4 label: web,server,proxy 5 priority: 2 6 target: https://nginx.org 7 alias: 8 fingers: [nginx] 9 wappalyzer: [Nginx] 10 ehole: [nginx] 11 block: [] 12 - name: apache_with_target 13 vendor: apache 14 product: apache 15 label: web,server 16 priority: 1 17 target: http://httpd.apache.org 18 alias: 19 fingers: [apache] 20 wappalyzer: [Apache] 21 block: [] 22 - name: still_invalid_priority 23 vendor: test 24 product: test 25 priority: 10 26 target: https://example.com 27 alias: 28 fingers: [test]