Update vault-panel.yaml

patch-1
Prince Chaddha 2022-06-28 00:18:18 +05:30 committed by GitHub
parent ebaf59cf34
commit 366219657a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 5 deletions

View File

@ -6,22 +6,28 @@ info:
severity: info
metadata:
verified: true
shodan-query: title:"Vault"
tags: panel
shodan-query: http.favicon.hash:-919788577
tags: panel,vault
requests:
- method: GET
path:
- "{{BaseURL}}/ui/vault/auth?with=oidc%2F"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Vault</title>"
- "vault/"
condition: and
- type: word
part: header
words:
- "text/html"
- type: word
words:
- "<title>Vault</title>"
- type: status
status:
- 200