Update vault-panel.yaml
parent
ebaf59cf34
commit
366219657a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue