2023-02-08 18:54:16 +00:00
|
|
|
id: wso2-products-detect
|
2021-08-01 08:18:36 +00:00
|
|
|
|
|
|
|
info:
|
2023-02-09 05:18:33 +00:00
|
|
|
name: WSO2 Products - Detect
|
2021-08-01 08:18:36 +00:00
|
|
|
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
|
2021-08-01 08:18:36 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/services/Version"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "version.services.core.carbon.wso2.org"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|