nuclei-templates/exposed-panels/magento-admin-panel.yaml

38 lines
807 B
YAML
Raw Normal View History

2021-05-18 13:53:10 +00:00
id: magento-admin-panel
info:
name: Magento Admin Login Panel - Detect
2022-06-15 19:39:56 +00:00
author: TechbrunchFR,ritikchaddha
2021-05-18 13:53:10 +00:00
severity: info
2022-06-16 05:13:09 +00:00
description: |
Magento admin login panel was detected.
reference:
- https://docs.magento.com/user-guide/stores/store-urls-custom-admin.html
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
2022-06-15 19:42:54 +00:00
metadata:
verified: true
shodan-query: http.component:"Magento"
2021-06-11 07:15:16 +00:00
tags: magento,panel
2021-05-18 13:53:10 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/admin'
2021-05-18 16:56:34 +00:00
host-redirects: true
2022-06-16 05:13:09 +00:00
max-redirects: 2
2021-05-19 00:43:22 +00:00
matchers-condition: and
2021-05-18 13:53:10 +00:00
matchers:
2021-05-19 00:43:22 +00:00
- type: word
2022-06-15 19:39:56 +00:00
part: body
2021-05-19 00:43:22 +00:00
words:
2022-06-16 05:13:09 +00:00
- "Magento"
- "Admin Panel"
condition: and
# Enhanced by md on 2022/11/28