36 lines
789 B
YAML
36 lines
789 B
YAML
id: envoy-admin-exposure
|
|
|
|
info:
|
|
name: Envoy Admin Exposure
|
|
author: DhiyaneshDk
|
|
severity: medium
|
|
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: 4a0a00473045022100fdd7362ce163c8bb6dee5983406b1710038a06f4969cd78e69fa3bb106d0ab0c02207b6ece445f832e75a73efd82f47256711104a574772f9d8afe59cb225b041960:922c64590222798bb761d5b6d8e72950
|