SuperAdmin Login Panel - Detect
ID: superadmin-ui-panel
Severity: info
Author: Hardik-Solanki
Tags: panel,superadmin
Description
Section titled “Description”SuperAdmin login panel was detected.
YAML Source
Section titled “YAML Source”id: superadmin-ui-panel
info: name: SuperAdmin Login Panel - Detect author: Hardik-Solanki severity: info description: SuperAdmin 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:"Superadmin UI - 4myhealth" tags: panel,superadmin
http: - method: GET path: - '{{BaseURL}}/#/login'
matchers-condition: and matchers: - type: word words: - "Superadmin UI - 4myhealth"
- type: status status: - 200# digest: 4a0a00473045022100eb87faf118c7996e3931f25162e26f8ad140418d6a1f529982969d8cbc3469950220711cba3ce834bb615e8ee603248c9e71842aace31ceca33d73b5963e73e7341f:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/superadmin-ui-panel.yaml"