Apiman Login Panel
ID: apiman-panel
Severity: info
Author: righettod
Tags: panel,apiman
Description
Section titled “Description”An Apiman instance was detected via the login redirection.
YAML Source
Section titled “YAML Source”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 metadata: max-request: 1 tags: panel,apiman
http: - method: GET path: - "{{BaseURL}}/apimanui/api-manager"
matchers-condition: and matchers: - type: word words: - "/auth/realms/apiman" part: header
- type: status status: - 302# digest: 490a00463044022066cb87405bcd22c1dff7785f96df5b19bc217ce7166d90bb6887431791c4b9d5022039bfce38b0d8c8dbd473a88c33f3a7f0aa859f2a6a0c5e03284daba63c087a86:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/apiman-panel.yaml"