25 lines
474 B
YAML
25 lines
474 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
|
|
|
|
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 |