Update wordpress-accessible-wpconfig.yaml

Add status matcher
patch-1
Geeknik Labs 2020-09-14 16:39:39 +00:00 committed by GitHub
parent 7764171c8a
commit 582d648823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,9 +18,13 @@ requests:
- '{{BaseURL}}/wp-config.php.original'
- '{{BaseURL}}/wp-license.php?file=../..//wp-config'
- '{{BaseURL}}/_wpeprivate/config.json'
matchers-condition: and
matchers:
- type: word
words:
- DB_NAME
- WPENGINE_ACCOUNT
part: body
- type: status
status:
- 200