32 lines
742 B
YAML
32 lines
742 B
YAML
|
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
|