42 lines
1022 B
YAML
42 lines
1022 B
YAML
id: vault-panel
|
|
|
|
info:
|
|
name: Vault Login Panel - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
description: Vault 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:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.favicon.hash:-919788577
|
|
tags: panel,vault,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/v1/sys/health"
|
|
- "{{BaseURL}}/ui/vault/auth?with=oidc%2F"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Vault</title>"
|
|
- "vault/"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: json
|
|
part: body_1
|
|
name: version
|
|
json:
|
|
- ".version"
|
|
# digest: 490a0046304402202c70751bf2d858f0d1911a24caa90bf7ab55fbbc804cf68a9e3f34ea2d7fe066022074e2f79159473547e41386430555ef2c3146ad31debd9818d083296b57ef27c0:922c64590222798bb761d5b6d8e72950 |