38 lines
1.0 KiB
YAML
38 lines
1.0 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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
vendor: opencart
|
|
product: opencart
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: html:"OpenCart"
|
|
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: 4b0a00483046022100a754f7372d2abbe0d9055b2b458e82ce571abd3ca3faf09d8dfc7ae8b58ba43d022100e6cf52cba1050e8e7a43d993a13c9ade7dcbd314036d7b29b225b4c49dd6f751:922c64590222798bb761d5b6d8e72950 |