33 lines
823 B
YAML
33 lines
823 B
YAML
id: zencart-installer
|
|
|
|
info:
|
|
name: Zen Cart Installer
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
reference:
|
|
- https://www.zen-cart.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"shopping cart program by zen cart"
|
|
fofa-query: title="Installer" && icon_hash="899320116"
|
|
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® Installer</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402202cbf616bc15702cfbd73fe87e0fc0d463e1621b609e29a8768be48c70ef44cb402206ec29a7a10375d7697bcead710d1397a913d486ef27b8c08d1196802c35f9b67:922c64590222798bb761d5b6d8e72950
|