nuclei-templates/exposed-panels/apiman-panel.yaml

34 lines
663 B
YAML

id: apiman-panel
info:
name: Apiman Login Panel
author: righettod
severity: info
description: An Apiman instance was detected via the login redirection.
tags: panel,apiman
reference:
- https://www.apiman.io/latest/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cve-id:
cwe-id: CWE-200
requests:
- method: GET
path:
- "{{BaseURL}}/apimanui/api-manager"
matchers-condition: and
matchers:
- type: word
words:
- "/auth/realms/apiman"
part: header
- type: status
status:
- 302
# Enhanced by mp on 2022/03/18