misc update

patch-1
sandeep 2021-09-04 15:40:34 +05:30
parent b74dffae92
commit 4a9a339feb
1 changed files with 6 additions and 7 deletions

View File

@ -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