Merge pull request #1812 from righettod/feature_add_apiman_tpl

Add detection of APIMAN
patch-1
Sandeep Singh 2021-06-30 20:36:35 +05:30 committed by GitHub
commit 3e588e4eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: apiman-panel
info:
name: Apiman Instance Detection Template
author: righettod
severity: info
description: Try to detect the presence of a Apiman instance via the login redirection
tags: panel,apiman
requests:
- method: GET
path:
- "{{BaseURL}}/apimanui/api-manager"
matchers-condition: and
matchers:
- type: word
words:
- "/auth/realms/apiman"
part: header
- type: status
status:
- 302