36 lines
821 B
YAML
36 lines
821 B
YAML
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
|
|
cvss-score: 0
|
|
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: 490a0046304402202a8f5a8841524adc8f8bd6386d7ee5b097344f9d325bb5bb92e43244591ccd9702203cb4cb1a5c0b61fa87d14cf3dc354112cf43a5f82fbf7fd2f78ca1641c8b9d9a:922c64590222798bb761d5b6d8e72950
|