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

34 lines
563 B
YAML
Raw Normal View History

2022-06-27 11:29:03 +00:00
id: vault-panel
info:
name: Vault Login Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
2022-06-27 18:48:18 +00:00
shodan-query: http.favicon.hash:-919788577
tags: panel,vault
2022-06-27 11:29:03 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/ui/vault/auth?with=oidc%2F"
2022-06-27 18:48:18 +00:00
2022-06-27 11:29:03 +00:00
matchers-condition: and
matchers:
2022-06-27 18:48:18 +00:00
2022-06-27 11:29:03 +00:00
- type: word
words:
2022-06-27 18:48:18 +00:00
- "<title>Vault</title>"
- "vault/"
condition: and
2022-06-27 11:29:03 +00:00
- type: word
2022-06-27 18:48:18 +00:00
part: header
2022-06-27 11:29:03 +00:00
words:
2022-06-27 18:48:18 +00:00
- "text/html"
2022-06-27 11:29:03 +00:00
- type: status
status:
- 200