Okta Login Panel - Detect
ID: okta-panel
Severity: info
Author: pussycat0x
Tags: panel,okta,login
Description
Section titled “Description”Okta login panel was detected.
YAML Source
Section titled “YAML Source”id: okta-panel
info: name: Okta Login Panel - Detect author: pussycat0x severity: info description: Okta 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 metadata: max-request: 1 shodan-query: http.title:"okta" tags: panel,okta,login
http: - method: GET path: - '{{BaseURL}}'
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - '<title>Okta - Sign In</title>'
- type: status status: - 200# digest: 4a0a00473045022100bd0e0cfc25d1bedc1aaaf5315e66e8605f19a6a4b152f97bb80b047574d8b06902200702aed7ca4a17e7e4b2241acbaa94d0a1f999eb3e04255adf469545e44a4503: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/okta-panel.yaml"