nuclei-templates/misconfiguration/processwire-installer.yaml

29 lines
567 B
YAML
Raw Normal View History

2022-10-27 04:14:22 +00:00
id: processwire-installer
info:
name: ProcessWire 3.x Installer Exposure
author: pussycat0x
2022-10-28 06:14:46 +00:00
severity: unknown
2022-10-27 04:14:22 +00:00
metadata:
verified: true
shodan-query: title:"ProcessWire 3.x Installer"
tags: misconfig,processwire,install,exposure
requests:
- method: GET
path:
2022-10-28 06:14:46 +00:00
- '{{BaseURL}}'
2022-10-27 04:14:22 +00:00
- '{{BaseURL}}/install.php'
2022-10-28 06:14:46 +00:00
stop-at-first-match: true
2022-10-27 04:14:22 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>ProcessWire 3.x Installer'
- type: status
status:
- 200