nuclei-templates/exposed-panels/okta-panel.yaml

27 lines
463 B
YAML

id: okta-panel
info:
name: Okta Login Panel
author: pussycat0x
severity: info
reference:
- https://www.shodan.io/search?query=http.title%3A%22okta%22
tags: panel,okta,login
requests:
- method: GET
path:
- '{{BaseURL}}'
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '<title>Okta - Sign In</title>'
- type: status
status:
- 200