Create glances-unauth.yaml
parent
9c7acbe56b
commit
b8601f990f
|
@ -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
|
Loading…
Reference in New Issue