nuclei-templates/technologies/hashicorp-vault-detect.yaml

19 lines
359 B
YAML
Raw Normal View History

2021-11-12 16:59:49 +00:00
id: hashicorp-vault-detect
info:
name: HashiCorp Vault Detect
author: Adam Crosser
severity: info
description: Detects HashiCorp Vault
2021-11-12 20:09:02 +00:00
tags: tech,hashicorp
2021-11-12 16:59:49 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/ui/vault/auth"
matchers:
- type: word
2021-11-12 20:09:02 +00:00
part: body
2021-11-12 16:59:49 +00:00
words:
2021-11-12 20:09:02 +00:00
- '<meta name="vault/config/environment"'