Magento End-of-life Detect
ID: eol-magento
Severity: info
Author: dogancanbakir
Tags: magento,tech,cms
Description
Section titled “Description”Magento end of life detection.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/magento-eol.yaml"