Merge pull request #6857 from ja1sh/ambassador-edge-stack-detect
ambassador-edge-stack-detectpatch-1
commit
feb46a7ad7
|
@ -0,0 +1,30 @@
|
|||
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"
|
||||
shodan-query: title:"Ambassador Edge Stack"
|
||||
tags: tech,ambassador,gateway
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Ambassador Edge Stack</p>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 404
|
||||
condition: or
|
Loading…
Reference in New Issue