Skip to content

Sage X3 Login Panel - Detect

ID: sage-panel

Severity: info

Author: pikpikcu,daffainfo

Tags: panel,sage,login

Sage X3 login panel was detected.

id: sage-panel
info:
name: Sage X3 Login Panel - Detect
author: pikpikcu,daffainfo
severity: info
description: Sage X3 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
cpe: cpe:2.3:a:sage:x3:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: sage
product: x3
shodan-query:
- http.title:"Sage X3"
- http.title:"sage x3"
fofa-query: title="sage x3"
google-query: intitle:"sage x3"
tags: panel,sage,login
http:
- method: GET
path:
- "{{BaseURL}}/auth/login/page"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Sage X3</title>"
- "'/auth/sage-id/registerStart'"
condition: and
- type: status
status:
- 200
# digest: 490a00463044022060ea5dd3747bb93224d6d1d6600fe1cfe3e37e0265d478b732533adb25efd1ac0220654f45df8ee9cf2f2ffc616ea6e9d98b6694907d33931f4ac7f6f991223f7390: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/sage-panel.yaml"

View on Github