diff --git a/exposed-panels/glances-unauth.yaml b/exposed-panels/glances-unauth.yaml new file mode 100644 index 0000000000..164e7203f0 --- /dev/null +++ b/exposed-panels/glances-unauth.yaml @@ -0,0 +1,18 @@ +id: glances-unauth + +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: + - '{{BaseURL}}:61208' + matchers: + - type: status + status: + - 200