2021-06-28 17:20:46 +00:00
|
|
|
id: apiman-panel
|
|
|
|
|
|
|
|
info:
|
2022-03-22 03:48:47 +00:00
|
|
|
name: Apiman Login Panel
|
2021-06-28 17:20:46 +00:00
|
|
|
author: righettod
|
|
|
|
severity: info
|
2022-03-22 03:48:47 +00:00
|
|
|
description: An Apiman instance was detected via the login redirection.
|
|
|
|
reference:
|
|
|
|
- https://www.apiman.io/latest/
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: panel,apiman
|
2021-06-28 17:20:46 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/apimanui/api-manager"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "/auth/realms/apiman"
|
|
|
|
part: header
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-03-22 03:48:47 +00:00
|
|
|
- 302
|
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/18
|