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

21 lines
416 B
YAML
Raw Normal View History

2020-09-08 15:46:19 +00:00
id: wordpress-installer-log
info:
name: WordPress Installer Log
author: dwisiswant0
severity: info
2021-04-06 07:49:32 +00:00
tags: wordpress,log
2020-09-08 15:46:19 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/installer-log.txt"
matchers-condition: and
matchers:
- type: regex
regex:
2020-09-10 12:55:04 +00:00
- "(?mi)DUPLICATOR(-|\\s)?(PRO|LITE)?:? INSTALL-LOG"
2020-09-08 15:46:19 +00:00
part: body
- type: status
status:
- 200