2022-12-02 12:43:13 +00:00
|
|
|
id: opencart-panel
|
2022-12-01 02:11:35 +00:00
|
|
|
|
|
|
|
info:
|
2023-01-05 14:57:06 +00:00
|
|
|
name: OpenCart Login Panel - Detect
|
2022-12-01 02:11:35 +00:00
|
|
|
author: ricardomaia
|
|
|
|
severity: info
|
2022-12-01 03:30:51 +00:00
|
|
|
description: |
|
2023-01-05 14:57:06 +00:00
|
|
|
OpenCart login panel was detected.
|
2022-12-01 03:30:51 +00:00
|
|
|
reference:
|
|
|
|
- https://www.opencart.com
|
2023-01-05 14:57:06 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-12-01 02:11:35 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2022-12-01 03:30:51 +00:00
|
|
|
shodan-query: html:"OpenCart"
|
2022-12-01 03:39:47 +00:00
|
|
|
tags: panel,opencart
|
2022-12-01 02:11:35 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/admin"
|
|
|
|
- "{{BaseURL}}/index.php?route=account/login"
|
2022-12-01 03:30:51 +00:00
|
|
|
|
2022-12-02 12:43:13 +00:00
|
|
|
host-redirects: true
|
2022-12-01 02:11:35 +00:00
|
|
|
max-redirects: 2
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?i)footer\s.*OpenCart.*All.Rights.Reserved|img\s.*logo.*\salt=.*OpenCart'
|
|
|
|
- "(?i)Powered.By.*http.*OpenCart"
|
|
|
|
condition: or
|
2023-01-05 14:57:06 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/03
|