33 lines
793 B
YAML
33 lines
793 B
YAML
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
|
|
cvss-score: 0
|
|
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: 490a0046304402203ba78f912d6196745b50bb611cb2951bad4cdc30fd5b861582fdf8171b51fb8802204dc4cc7e687964a44177d924d83e8144609e38a0fd16c99c1b38916d618c67a3:922c64590222798bb761d5b6d8e72950
|