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

21 lines
416 B
YAML

id: wordpress-installer-log
info:
name: WordPress Installer Log
author: dwisiswant0
severity: info
tags: wordpress,log
requests:
- method: GET
path:
- "{{BaseURL}}/installer-log.txt"
matchers-condition: and
matchers:
- type: regex
regex:
- "(?mi)DUPLICATOR(-|\\s)?(PRO|LITE)?:? INSTALL-LOG"
part: body
- type: status
status:
- 200