commit
b7d1c0ccab
|
@ -10,14 +10,15 @@ info:
|
|||
cvss-score: 0
|
||||
cwe-id: CWE-200
|
||||
metadata:
|
||||
max-request: 2
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: http.favicon.hash:-919788577
|
||||
tags: panel,vault
|
||||
tags: panel,vault,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/v1/sys/health"
|
||||
- "{{BaseURL}}/ui/vault/auth?with=oidc%2F"
|
||||
|
||||
matchers-condition: and
|
||||
|
@ -28,13 +29,15 @@ http:
|
|||
- "vault/"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: json
|
||||
part: body_1
|
||||
name: version
|
||||
json:
|
||||
- ".version"
|
||||
|
||||
# digest: 4a0a00473045022043afd1d7f4e370096c6f95b0552fbd75cdfa5cb13cf7e4cbf370a168fb669c85022100c25fe68dcda0228a9aef38c6940c28388b1c59572c90686c633c89a694a5fe5e:922c64590222798bb761d5b6d8e72950
|
||||
|
|
Loading…
Reference in New Issue