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

32 lines
716 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:
max-request: 1
verified: true
shodan-query: title:"Ambassador Edge Stack"
tags: tech,ambassador,gateway
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