31 lines
859 B
YAML
31 lines
859 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: exposure,glances,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Monitor</title>"
|
|
|
|
# digest: 4b0a00483046022100931e7578f9de24371474bb622262eebfebaa1ee26558d672fd35f814f13b3207022100bea8c65eccb97681cdf331ea89f8eebd600f911317cd7db633740a896d967ee4:922c64590222798bb761d5b6d8e72950
|