Add detection of APIMAN

See https://www.apiman.io
patch-1
Dominique RIGHETTO 2021-06-28 19:20:46 +02:00 committed by GitHub
parent 08e4fbd96a
commit 62ebcaac58
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