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

31 lines
630 B
YAML

id: zencart-installer
info:
name: Zen Cart Installer
author: DhiyaneshDk
severity: high
reference:
- https://www.zen-cart.com/
metadata:
max-request: 1
verified: true
fofa-query: title="Installer" && icon_hash="899320116"
shodan-query: html:"shopping cart program by zen cart"
tags: misconfig,zencart,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/zc_install/index.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Zen Cart&reg; Installer</title>'
- type: status
status:
- 200