ambassador-edge-stack-detect

patch-1
root 2023-03-08 14:58:10 +05:30
parent 431541bd37
commit 8791454970
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: ambassador-edge-stack-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: ambassador,detect,gateway
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Ambassador Edge Stack"
- type: status
status:
- 200
- 404
condition: or