Add a template the detect WS02 API Manager

patch-1
drighetto 2021-08-01 10:18:36 +02:00
parent bc48231304
commit 1fbe66764d
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: wso2-apimanager-detect
info:
name: WSO2 API Manager detect
author: righettod
severity: info
description: Try to detect the presence of a WSO2 API Manager instance via the version endpoint
tags: tech,wso2,api-manager
requests:
- method: GET
path:
- "{{BaseURL}}/services/Version"
matchers-condition: and
matchers:
- type: word
words:
- "version.services.core.carbon.wso2.org"
- type: status
status:
- 200