add magento eol template
parent
45189c270e
commit
3886ac36d3
|
@ -0,0 +1,28 @@
|
||||||
|
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
|
||||||
|
cvss-score: 0.0
|
||||||
|
cwe-id: CWE-200
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: http.component:"Magento"
|
||||||
|
tags: magento,tech,cms
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- "compare_versions(version, '=2.4')"
|
Loading…
Reference in New Issue