nuclei-templates/exposures/configs/golang-metrics.yaml

24 lines
417 B
YAML
Raw Normal View History

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-03 08:08:45 +00:00
tags: config,exposures
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