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