OpenAM Login Panel - Detect
ID: openam-panel
Severity: info
Author: philippedelteil
Tags: panel,openam,opensso,login,forgerock
Description
Section titled “Description”OpenAM login panel was detected.
YAML Source
Section titled “YAML Source”id: openam-panel
info: name: OpenAM Login Panel - Detect author: philippedelteil severity: info description: OpenAM login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:forgerock:openam:*:*:*:*:*:*:*:* metadata: max-request: 20 vendor: forgerock product: openam shodan-query: - http.title:"OpenAM" - http.title:"openam" fofa-query: title="openam" google-query: intitle:"openam" tags: panel,openam,opensso,login,forgerock
http: - method: GET path: - "{{BaseURL}}{{paths}}" payloads: paths: - "/openam/XUI" - "/XUI" - "/XUI/#login" - "/UI" - "/sso/XUI" - "/sso/UI" - "/sso/UI/#login" - "/opensso/UI/Login" - "/openam/UI/login" - "/openam/UI/#loginlogin" - "/openam/UI/Login" - "/openam/XUI/Login" - "/openam/XUI/login" - "/openam/XUI/#login" - "/am/UI/Login" - "/am/UI/#login" - "/am/XUI/" - "/am/XUI/Login" - "/am/json/serverinfo/*" - "/openam/json/serverinfo/*"
host-redirects: true stop-at-first-match: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - 'urlArgs: "v=' - 'Sign in to OpenAM' - 'ForgeRock' - 'forgerock' - 'FRForgotUsername' - 'successfulUserRegistrationDestination' condition: or
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - 'urlArgs: "v=([0-9.abcd]+)'# digest: 4a0a00473045022007865c6079f1c297a697e2dcb2125cbfd4dc233fa492affafab05c4910a53b3c022100bb4079193828eff7989fdd176d732290984075adbbd0d010bad42077c25f094c: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/openam-panel.yaml"