nuclei-templates/exposed-panels/wso2-management-console.yaml

22 lines
421 B
YAML

id: wso2-management-console
info:
name: WSO2 Management Console
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/5691
requests:
- method: GET
path:
- '{{BaseURL}}/carbon/admin/login.jsp'
matchers-condition: and
matchers:
- type: word
words:
- '<title>WSO2 Management Console</title>'
- type: status
status:
- 200