38 lines
930 B
YAML
38 lines
930 B
YAML
id: prestashop-installer
|
|
|
|
info:
|
|
name: Prestashop Installer Exposure
|
|
author: tess
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"PrestaShop Installation Assistant"
|
|
tags: misconfig,prestashop,exposure,install
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/install/index.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>PrestaShop Installation Assistant</title>'
|
|
- '<li>System configuration</li>'
|
|
- '<li>Store installation</li>'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100abb500b02caaf63ff1442da503ce280dacbd530ac7450afe3904bcc13fe1cdfc022100cacc0cc1f60b5b55b4dc1eeee88d61b1d005e2e73e04a98f29231ed0be8f0419:922c64590222798bb761d5b6d8e72950
|