29 lines
567 B
YAML
29 lines
567 B
YAML
id: processwire-installer
|
|
|
|
info:
|
|
name: ProcessWire 3.x Installer Exposure
|
|
author: pussycat0x
|
|
severity: unknown
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"ProcessWire 3.x Installer"
|
|
tags: misconfig,processwire,install,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/install.php'
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>ProcessWire 3.x Installer'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|