nuclei-templates/misconfiguration/unauthenticated-glances.yaml

25 lines
610 B
YAML
Raw Normal View History

2021-07-02 11:44:03 +00:00
id: unauthenticated-glances
2021-07-02 10:20:26 +00:00
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
requests:
- method: GET
path:
2021-07-02 11:44:03 +00:00
- '{{BaseURL}}'
matchers-condition: and
2021-07-02 10:20:26 +00:00
matchers:
- type: status
status:
- 200
2021-07-02 11:44:03 +00:00
- type: word
part: body
words:
2021-07-02 11:45:32 +00:00
- "<title>Monitor</title>"