nuclei-templates/technologies/wso2-products-detect.yaml

24 lines
472 B
YAML
Raw Normal View History

2023-02-08 18:54:16 +00:00
id: wso2-products-detect
info:
2023-02-09 05:18:33 +00:00
name: WSO2 Products - Detect
author: righettod
severity: info
2023-02-08 18:54:16 +00:00
description: Try to detect the presence of a WSO2 products instance via the version endpoint
tags: tech,wso2
requests:
- method: GET
path:
- "{{BaseURL}}/services/Version"
matchers-condition: and
matchers:
- type: word
words:
- "version.services.core.carbon.wso2.org"
- type: status
status:
- 200