From 62ebcaac581aefaf6ad9d528c8f23563b99d5912 Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Mon, 28 Jun 2021 19:20:46 +0200 Subject: [PATCH] Add detection of APIMAN See https://www.apiman.io --- exposed-panels/apiman-panel.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 exposed-panels/apiman-panel.yaml diff --git a/exposed-panels/apiman-panel.yaml b/exposed-panels/apiman-panel.yaml new file mode 100644 index 0000000000..eb3fa9f385 --- /dev/null +++ b/exposed-panels/apiman-panel.yaml @@ -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 \ No newline at end of file