24 lines
472 B
YAML
24 lines
472 B
YAML
id: wso2-products-detect
|
|
|
|
info:
|
|
name: WSO2 Products - Detect
|
|
author: righettod
|
|
severity: info
|
|
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
|