21 lines
412 B
YAML
21 lines
412 B
YAML
|
id: wordpress-installer-log
|
||
|
|
||
|
info:
|
||
|
name: WordPress Installer Log
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: wordpress,log
|
||
|
|
||
|
http:
|
||
|
- 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
|