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

28 lines
808 B
YAML
Raw Normal View History

2021-05-18 13:53:10 +00:00
id: magento-admin-panel
info:
name: Exposed Magento Admin Panel
2022-06-15 19:39:56 +00:00
author: TechbrunchFR,ritikchaddha
2021-05-18 13:53:10 +00:00
severity: info
description: As a security best practice, Magento recommends that you use a unique, custom Admin URL instead of the default admin or a common term such as backend. Although it will not directly protect your site
from a determined bad actor, it can reduce exposure to scripts that try to gain unauthorized access.
reference:
- https://docs.magento.com/user-guide/stores/store-urls-custom-admin.html
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
2021-05-19 00:43:22 +00:00
matchers-condition: and
2021-05-18 13:53:10 +00:00
matchers:
- type: status
status:
2022-06-15 19:39:56 +00:00
- 200
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-15 19:39:56 +00:00
- "Magento Admin Page</title>"