21 lines
386 B
YAML
21 lines
386 B
YAML
id: hashicorp-vault-detect
|
|
|
|
info:
|
|
name: HashiCorp Vault Detect
|
|
author: Adam Crosser
|
|
severity: info
|
|
description: Detects HashiCorp Vault
|
|
tags: tech,hashicorp
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/ui/vault/auth"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<meta name="vault/config/environment"' |