23 lines
440 B
YAML
23 lines
440 B
YAML
id: wso2-management-console
|
|
|
|
info:
|
|
name: WSO2 Management Console
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
reference: https://www.exploit-db.com/ghdb/5691
|
|
tags: panel,wso2
|
|
|
|
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
|