add magento eol template

patch-1
Doğan Can Bakır 2023-06-07 13:43:25 +03:00
parent 45189c270e
commit 3886ac36d3
1 changed files with 28 additions and 0 deletions

View File

@ -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')"