nuclei-templates/exposed-panels/monitorix-exposure.yaml

31 lines
804 B
YAML
Raw Normal View History

2021-05-06 22:15:47 +00:00
id: monitorix-exposure
2021-05-06 22:15:47 +00:00
info:
name: Monitorix
author: geeknik
severity: low
description: Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible.
reference:
- https://www.monitorix.org/
2021-06-11 07:15:16 +00:00
tags: monitorix,exposure,logs,panel
2021-05-06 22:15:47 +00:00
requests:
- 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