diff --git a/files/wordpress-debug-log.yaml b/files/wordpress-debug-log.yaml new file mode 100644 index 0000000000..4e31422043 --- /dev/null +++ b/files/wordpress-debug-log.yaml @@ -0,0 +1,22 @@ +id: wp-debug-log + +info: + name: WordPress debug log + author: geraldino2 + severity: info + +requests: + - method: GET + path: + - "{{BaseURL}}/wp-content/debug.log" + matchers: + - type: word + words: + - octet-stream + - text/plain + part: header + condition: or + + - type: status + status: + - 200