From 4516189b45e551c552fff0b3e19e725e000031cb Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 7 Mar 2021 19:18:25 +0530 Subject: [PATCH] Create wso2-management-console.yaml --- exposed-panels/wso2-management-console.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 exposed-panels/wso2-management-console.yaml diff --git a/exposed-panels/wso2-management-console.yaml b/exposed-panels/wso2-management-console.yaml new file mode 100644 index 0000000000..e149d890d9 --- /dev/null +++ b/exposed-panels/wso2-management-console.yaml @@ -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: + - 'WSO2 Management Console' + - type: status + status: + - 200