Create wordpress-debug-log.yaml
parent
f4f36ec0c6
commit
f7e807b024
|
@ -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
|
Loading…
Reference in New Issue