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

31 lines
703 B
YAML
Raw Normal View History

2023-03-08 18:16:08 +00:00
id: ambassador-edgestack-detect
2023-03-08 09:28:10 +00:00
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"
2023-03-08 18:16:08 +00:00
tags: tech,ambassador,gateway
2023-03-08 09:28:10 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-03-08 18:16:08 +00:00
- "Ambassador Edge Stack</p>"
2023-03-08 09:28:10 +00:00
- type: status
status:
- 200
- 404
condition: or