Create wso2-management-console.yaml
parent
32ff7b6cf9
commit
4516189b45
|
@ -0,0 +1,21 @@
|
|||
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
|
Loading…
Reference in New Issue