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

30 lines
565 B
YAML
Raw Normal View History

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
2020-08-30 15:41:22 +00:00
requests:
- 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
- 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