nuclei-templates/http/misconfiguration/unauthenticated-glances.yaml

29 lines
652 B
YAML

id: unauthenticated-glances
info:
name: Glances Unauthenticated Panel
author: remonsec
severity: low
description: Glance running web server mode & Unauthenticated leads system monitoring to info disclosure
reference:
- https://glances.readthedocs.io/en/latest/quickstart.html#how-to-protect-your-server-or-web-server-with-a-login-password
tags: exposure,glances
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>Monitor</title>"