Skip to content

Commit

Permalink
Merge pull request #8283 from projectdiscovery/zencart-installer
Browse files Browse the repository at this point in the history
Create zencart-installer.yaml
  • Loading branch information
pussycat0x authored Sep 29, 2023
2 parents 20b7ed5 + 39bde18 commit 52c948b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions http/misconfiguration/installer/zencart-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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

0 comments on commit 52c948b

Please sign in to comment.