Files
nuclei-templates/exposed-panels/apiman-panel.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

31 lines
568 B
YAML

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