Merge pull request #9526 from projectdiscovery/thanos-prometheus-exposure
Create thanos-prometheus-exposure.yamlpatch-1
commit
52880d10be
|
@ -0,0 +1,30 @@
|
||||||
|
id: thanos-prometheus-exposure
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Thanos Prometheus Setup - Exposure
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: high
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: title:"Thanos | Highly available Prometheus setup"
|
||||||
|
fofa-query: icon_hash="29632872"
|
||||||
|
tags: thanos,prometheus,exposure,setup
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/graph"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "THANOS_COMPONENT"
|
||||||
|
- "THANOS_QUERY_URL"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
part: body
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue