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

32 lines
716 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:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-03-08 09:28:10 +00:00
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
http:
2023-03-08 09:28:10 +00:00
- 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