34 lines
909 B
YAML
34 lines
909 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
|
|
|
|
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: 490a0046304402201de592efb1426d13f7f368f07a657970d75827adf0988c60783abf68c6b2632f022042b9c17d0a73463952a50aeb6e926b33d3318a087652cc4345f512f169dc8f10:922c64590222798bb761d5b6d8e72950
|