mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +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,discovery
|
|
|
|
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: 4a0a00473045022100cb88e19a17150f4bf58f2d65908c371f072b308e9759d8f674b4245340e0fddf0220754b6e362dbfd897052976be5cbf2e06a31130aae5e4d9224f065b3af5419ef0:922c64590222798bb761d5b6d8e72950 |