mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
32 lines
919 B
YAML
32 lines
919 B
YAML
id: ambassador-edgestack-detect
|
|
|
|
info:
|
|
name: Ambassador Edge Stack - Detect
|
|
author: ja1sh
|
|
severity: info
|
|
description: |
|
|
Ambassador Edge Stack is a Kubernetes-native API Gateway that delivers the scalability, security, and simplicity for some of the world's largest Kubernetes installations.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Ambassador Edge Stack"
|
|
tags: tech,ambassador,gateway,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Ambassador Edge Stack</p>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- 404
|
|
condition: or
|
|
# digest: 4a0a0047304502207f5c3a6ce3c5e10f4c463fbda40417edbc3afa29b02c9b74c73f6e5b1db6abee022100f978ab536ba5d8f54e57c5e2e7840d04f923bafd7c2b009e025ac8f9d22ee759:922c64590222798bb761d5b6d8e72950 |