nuclei-templates/vulnerabilities/wordpress/wordpress-debug-log.yaml

27 lines
566 B
YAML
Raw Normal View History

2020-08-30 15:41:22 +00:00
id: wp-debug-log
info:
name: WordPress debug log
author: geraldino2 & @dwisiswant0
2020-09-20 12:57:43 +00:00
severity: low
2021-02-05 09:23:55 +00:00
tags: wordpress,logs
2020-08-30 15:41:22 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/debug.log"
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
- 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
2020-08-30 15:41:22 +00:00
- type: status
status:
2020-08-30 15:57:24 +00:00
- 200