nuclei-templates/technologies/ambassador-edge-stack-detec...

31 lines
703 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"
shodan-query: title:"Ambassador Edge Stack"
tags: tech,ambassador,gateway
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Ambassador Edge Stack</p>"
- type: status
status:
- 200
- 404
condition: or