2021-02-04 14:20:10 +00:00
|
|
|
id: exposed-metrics
|
2021-02-03 18:11:27 +00:00
|
|
|
|
|
|
|
info:
|
2021-02-04 14:20:10 +00:00
|
|
|
name: Exposed metrics
|
2021-02-03 18:11:27 +00:00
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: low
|
2021-02-04 07:48:01 +00:00
|
|
|
reference: https://hackerone.com/reports/1026196
|
2021-04-06 06:46:11 +00:00
|
|
|
tags: config,exposure
|
2021-02-03 18:11:27 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/metrics"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-02-04 14:20:10 +00:00
|
|
|
- 'cpu_seconds_total'
|
2021-02-04 07:45:49 +00:00
|
|
|
condition: and
|
2021-02-03 18:11:27 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2021-02-04 07:45:49 +00:00
|
|
|
- 200
|