Skip to content

Ambassador Edge Stack - Detect

ID: ambassador-edgestack-detect

Severity: info

Author: ja1sh

Tags: tech,ambassador,gateway

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.

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: 4b0a00483046022100f219a96ce25a83d41aaf3c5ec105e8b94970162e449bc221314d5f23f84a3de1022100fafead067524280d03de8dd89ef5cb4e302a1322d583ca81883dbffcd763c320:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/ambassador-edge-stack-detect.yaml"

View on Github