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