nuclei-templates/exposed-panels/cpanel-api-codes.yaml

32 lines
508 B
YAML

id: cpanel-api-codes
info:
name: CPanel API Codes
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: title:"CPanel - API Codes"
tags: panel,cpanel
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>CPanel - API Codes</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200