38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
id: opencart-panel
|
|
|
|
info:
|
|
name: OpenCart Login Panel - Detect
|
|
author: ricardomaia
|
|
severity: info
|
|
description: |
|
|
OpenCart login panel was detected.
|
|
reference:
|
|
- https://www.opencart.com
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:opencart:opencart:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
product: opencart
|
|
shodan-query: html:"OpenCart"
|
|
vendor: opencart
|
|
verified: true
|
|
tags: panel,opencart
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin"
|
|
- "{{BaseURL}}/index.php?route=account/login"
|
|
|
|
host-redirects: true
|
|
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
|
|
# digest: 4a0a00473045022100fe1ea62550d11900cc0e9e5cdbf7f33156e02bf5c58ae9bd6d1f40329b9a53ad02204cc7b2f01eb9a11a47882a7fd0ccf8e31d97255b7ed60cf1d516329a118d353d:922c64590222798bb761d5b6d8e72950 |