Files
nuclei-templates/misconfiguration/unauthenticated-glances.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
625 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
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>Monitor</title>"