Create vault-panel.yaml

patch-1
Dhiyaneshwaran 2022-06-27 12:29:03 +01:00 committed by GitHub
parent dd396352e7
commit cb7d547378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: vault-panel
info:
name: Vault Login Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: title:"Vault"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/ui/vault/auth?with=oidc%2F"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "text/html"
- type: word
words:
- "<title>Vault</title>"
- type: status
status:
- 200