Merge pull request #5651 from projectdiscovery/envoy-admin-exposure

Create envoy-admin-exposure.yaml
patch-1
Prince Chaddha 2022-10-14 16:23:22 +05:30 committed by GitHub
commit 41a970f845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: envoy-admin-exposure
info:
name: Envoy Admin Exposure
author: DhiyaneshDk
severity: medium
reference:
- https://www.envoyproxy.io/docs/envoy/latest/
metadata:
verified: true
shodan-query: title:"Envoy Admin"
tags: misconfig,envoy,exposure
requests:
- 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