nuclei-templates/http/misconfiguration/installer/prestashop-installer.yaml

36 lines
733 B
YAML

id: prestashop-installer
info:
name: Prestashop Installer Exposure
author: tess
severity: high
metadata:
max-request: 1
verified: true
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