35 lines
828 B
YAML
35 lines
828 B
YAML
id: envoy-admin-exposure
|
|
|
|
info:
|
|
name: Envoy Admin Exposure
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
description: Envoy Admin page exposed.
|
|
reference:
|
|
- https://www.envoyproxy.io/docs/envoy/latest/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Envoy Admin"
|
|
tags: misconfig,envoy,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Envoy Admin</title>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502200730b4d4870c7f30e367b50699bcbd9fe09401983b47158e6e000f12f4f178fe022100ac3d37047f7413c77e9e050d233af8f0433c92f1f4b80cb590a3581ad5bb38ac:922c64590222798bb761d5b6d8e72950 |