35 lines
790 B
YAML
35 lines
790 B
YAML
id: wp-debug-log
|
|
|
|
info:
|
|
name: WordPress debug log
|
|
author: geraldino2,dwisiswant0
|
|
severity: low
|
|
metadata:
|
|
max-request: 1
|
|
tags: wordpress,log
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/debug.log"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- octet-stream
|
|
- text/plain
|
|
part: header
|
|
condition: or
|
|
|
|
- type: regex
|
|
regex:
|
|
- "[[0-9]{2}-[a-zA-Z]{3}-[0-9]{4} [0-9]{2}:[0-9]{2}:[0-9]{2} [A-Z]{3}] PHP"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a0048304602210088508540400171b7789ff615fc799433d70f773a308c8d2e42b180fe62ed400f022100b2b045d2694a75337ccdc3cd7259ecb012a37786663dbeba923b350c1d9ba968:922c64590222798bb761d5b6d8e72950
|