40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
id: monitorix-exposure
|
|
|
|
info:
|
|
name: Monitorix Panel - Detect
|
|
author: geeknik
|
|
severity: info
|
|
description: Monitorix panel was detected.
|
|
reference:
|
|
- https://www.monitorix.org/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: monitorix,exposure,logs,panel
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/monitorix-cgi/monitorix.cgi?mode=localhost&graph=all&when=1day"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<!-- graph table begins -->"
|
|
- "Global kernel usage</b>"
|
|
- "Kernel usage per processor</b>"
|
|
- "<!-- graph table ends -->"
|
|
- "1day.png'"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022017c595ad55a7c65c379316462eec475ac100601f329010d3fb3f7125e54712f5022100f9455a77685ea40a54ba92b4922718708548caf7ff954434ddc825c58aeaf94b:922c64590222798bb761d5b6d8e72950
|