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

25 lines
474 B
YAML
Raw Normal View History

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