Skip to content

CentreStack Login Panel - Detect

ID: gladinet-centrestack-panel

Severity: info

Author: rxerium

Tags: panel,centrestack,login,gladinet

Gladinet CentreStack login panel was detected.

id: gladinet-centrestack-panel
info:
name: CentreStack Login Panel - Detect
author: rxerium
severity: info
description: |
Gladinet CentreStack login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"CentreStack"
tags: panel,centrestack,login,gladinet
http:
- method: GET
path:
- "{{BaseURL}}/portal/loginpage.aspx"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'CentreStack - Login'
- type: status
status:
- 200
# digest: 4a0a00473045022100e5f59f18b12f379cca96b53d7846dcb72ebcec943c6f289a90eae4ca00da8cbc02207661d5d2e2b877fa75d3a550c944abe7dc45d089992582f03a87c33e37e5fbe6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/gladinet-centrestack-panel.yaml"

View on Github