mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 08:43:27 +08:00
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
id: eol-magento
|
|
|
|
info:
|
|
name: Magento End-of-life Detect
|
|
author: dogancanbakir
|
|
severity: info
|
|
description: |
|
|
Magento end of life detection.
|
|
reference:
|
|
- https://www.magento.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:magento:magento:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.component:"Magento"
|
|
product: magento
|
|
vendor: magento
|
|
tags: magento,tech,cms
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
internal: true
|
|
name: version
|
|
group: 1
|
|
regex:
|
|
- 'Magento\/([0-9.]+) '
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- compare_versions(version, '<=2.4')
|
|
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'Magento\/([0-9.]+) '
|
|
# digest: 4b0a00483046022100f3cb393b2f8f580efbca493cc3df7b5d672b992a5a203ffdaddc10ed297c9438022100a641799cf7c3661a8a5be9d87e62d3cd101dfb2ef93324cad595c7c30c2b67ef:922c64590222798bb761d5b6d8e72950 |