31 lines
726 B
YAML
31 lines
726 B
YAML
id: node-exporter-metrics
|
|
|
|
info:
|
|
name: Detect Node Exporter Metrics
|
|
author: pussycat0x
|
|
severity: low
|
|
description: Information Disclosure of Garbage Collection
|
|
metadata:
|
|
max-request: 1
|
|
tags: node,exposure,debug,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/metrics"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "node_cooling_device"
|
|
- "node_network"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022019e1723235e1e41b38838bc5ba2cce876ce4148a7afaea2ee9844cd4a8c93226022039b5ffe270c416903ea017baf055f220c6af9f37707c87b72506fe64f39c7b1a:922c64590222798bb761d5b6d8e72950
|