2020-08-30 15:41:22 +00:00
|
|
|
id: wp-debug-log
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: WordPress debug log
|
2021-11-15 15:30:17 +00:00
|
|
|
author: geraldino2,dwisiswant0
|
2020-09-20 12:57:43 +00:00
|
|
|
severity: low
|
2021-04-06 07:49:32 +00:00
|
|
|
tags: wordpress,log
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-08-30 15:41:22 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-08-30 15:41:22 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/debug.log"
|
2021-07-23 18:36:13 +00:00
|
|
|
|
2020-08-30 15:57:24 +00:00
|
|
|
matchers-condition: and
|
2020-08-30 15:41:22 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- octet-stream
|
|
|
|
- text/plain
|
|
|
|
part: header
|
|
|
|
condition: or
|
2021-07-23 18:36:13 +00:00
|
|
|
|
2020-08-31 10:35:45 +00:00
|
|
|
- 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
|
2021-07-23 18:36:13 +00:00
|
|
|
|
2020-08-30 15:41:22 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2020-08-30 15:57:24 +00:00
|
|
|
- 200
|