Skip to content

SPA Cart - Installer

ID: spa-cart-installer

Severity: high

Author: pussycat0x

Tags: spa-cart,exposure,installer,misconfig

SPA Cart installer was found.

id: spa-cart-installer
info:
name: SPA Cart - Installer
author: pussycat0x
severity: high
description: SPA Cart installer was found.
reference:
- https://spa-cart.com/
classification:
cpe: cpe:2.3:a:spa-cart:spa-cart:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: spa-cart
product: spa-cart
fofa-query: title="SPA Cart Installation"
tags: spa-cart,exposure,installer,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/install/"
matchers-condition: and
matchers:
- type: word
words:
- "<title>SPA Cart Installation</title>"
- "PHP Version"
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022006413bb74306200a3353c5eef2fc63aaaad8eb45aa73066fc8ab58d377d3d0ba022100abffffadf68e063c3e91a1d1c2166cf9eeca7ddee0b69582c1c8ced449eb0f94:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/spa-cart-installer.yaml"

View on Github