nuclei-templates/misconfiguration/node-exporter-metrics.yaml

26 lines
520 B
YAML
Raw Normal View History

2021-09-03 14:42:53 +00:00
id: node-exporter-metrics
2021-09-04 10:10:34 +00:00
2021-09-03 14:42:53 +00:00
info:
name: Detect Node Exporter Metrics
author: pussycat0x
severity: low
description: Information Disclosure of Garbage Collection
2021-09-04 10:10:34 +00:00
tags: node,exposure,debug
2021-09-03 14:42:53 +00:00
requests:
- method: GET
path:
2021-09-04 10:10:34 +00:00
- "{{BaseURL}}/metrics"
2021-09-03 14:42:53 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "node_cooling_device"
- "node_network"
condition: and
2021-09-04 10:10:34 +00:00
2021-09-03 14:42:53 +00:00
- type: status
status:
- 200