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

31 lines
568 B
YAML
Raw Normal View History

id: apiman-panel
info:
name: Apiman Login Panel
author: righettod
severity: info
description: An Apiman instance was detected via the login redirection.
reference:
- https://www.apiman.io/latest/
classification:
cwe-id: CWE-200
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
# Enhanced by mp on 2022/03/18