nuclei-templates/exposed-panels/user-control-panel.yaml

25 lines
409 B
YAML

id: user-control-panel
info:
name: User Control Panel
author: dhiyaneshDK
severity: info
metadata:
shodan-query: title:"User Control Panel"
tags: panel,ucp
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<title>User Control Panel</title>"