misc update
parent
b74dffae92
commit
4a9a339feb
|
@ -1,27 +1,26 @@
|
||||||
id: node-exporter-metrics
|
id: node-exporter-metrics
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Detect Node Exporter Metrics
|
name: Detect Node Exporter Metrics
|
||||||
author: pussycat0x
|
author: pussycat0x
|
||||||
severity: low
|
severity: low
|
||||||
description: Information Disclosure of Garbage Collection
|
description: Information Disclosure of Garbage Collection
|
||||||
tags: node,exposure, metrics
|
tags: node,exposure,debug
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}:9100/metrics"
|
- "{{BaseURL}}/metrics"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "go_goroutines"
|
|
||||||
- "HELP"
|
|
||||||
- "gauge"
|
|
||||||
- "node_cooling_device"
|
- "node_cooling_device"
|
||||||
- "node_network"
|
- "node_network"
|
||||||
- "boot"
|
|
||||||
- "TYPE go_goroutines gauge"
|
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
Loading…
Reference in New Issue