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

32 lines
742 B
YAML
Raw Normal View History

2024-05-28 04:30:32 +00:00
id: fleetcart-installer
info:
name: FleetCart Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed FleetCart setup installation pages which could allow unauthorized access or information disclosure.
reference:
- https://codecanyon.net/item/fleetcart-laravel-ecommerce-system/23014826
metadata:
verified: true
max-request: 1
shodan-query: html:"FleetCart - Installation"
tags: misconfig,install,exposure,fleetcart
http:
- method: GET
path:
- "{{BaseURL}}/install"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "FleetCart - Installation"
- type: status
status:
- 200