User Control Panel - Detect
ID: user-control-panel
Severity: info
Author: dhiyaneshDK
Tags: panel,ucp
Description
Section titled “Description”User Control Panel was detected.
YAML Source
Section titled “YAML Source”id: user-control-panel
info: name: User Control Panel - Detect author: dhiyaneshDK severity: info description: User Control 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: max-request: 1 shodan-query: title:"User Control Panel" tags: panel,ucp
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: status status: - 200
- type: word words: - "<title>User Control Panel</title>"# digest: 4a0a00473045022100d1cc072010879d87b2be878c80bcc7b644a67033e07e506bc607835d24a8930802206c05aafb5f696f6e8f9e1e15eb9e565e9f5037049167d21989f63091232ac133: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/user-control-panel.yaml"