34 lines
894 B
YAML
34 lines
894 B
YAML
id: processwire-installer
|
|
|
|
info:
|
|
name: ProcessWire 3.x Installer Exposure
|
|
description: ProcessWire 3.x setup page is susceptible to sensitive information disclosure due to misconfiguration.
|
|
author: pussycat0x
|
|
severity: unknown
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"ProcessWire 3.x Installer"
|
|
tags: misconfig,processwire,install,exposure
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a004630440220077cf66012a8b4dcc6691ffa43cac30cb0f9b8b2ef6fe17973f7c0a1696465f502202b43ce939256fe6bf7c2eb33b73c5f0011994c39acba8ccee61394fa77e3f1fd:922c64590222798bb761d5b6d8e72950
|