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