28 lines
694 B
YAML
28 lines
694 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,wso2
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/services/Version"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "version.services.core.carbon.wso2.org"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022062bcfb0a1e0f0efdd2fe671c33067e99a6f0aa7442c0cf1f54c1d40b60cc6a84022100d37954120bde6d87524107f339a343ea5f16428c0013658c6fc06ca57d24aa15:922c64590222798bb761d5b6d8e72950
|