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

42 lines
908 B
YAML

id: wso2-management-console
info:
name: WSO2 Management Console Login Panel - Detect
author: dhiyaneshDK,johnk3r
severity: info
description: WSO2 Management Console login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/5691
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.favicon.hash:1398055326
tags: panel,wso2,edb
http:
- method: GET
path:
- '{{BaseURL}}/carbon/admin/login.jsp'
matchers-condition: and
matchers:
- type: word
part: response
words:
- "<title>WSO2 Management Console</title>"
- "WSO2 Carbon Server"
condition: or
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- server