32 lines
937 B
YAML
32 lines
937 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
|
|
# digest: 4b0a004830460221009dbdb0636df294b6b48c1eb7dfc061a7aa3c85c960f99c89ab56e7e7487e59df022100db0e9e47e99f04040df638b39232702e72eb96e41d16fa63b5b698419b926bfb:922c64590222798bb761d5b6d8e72950 |