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

25 lines
777 B
YAML
Raw Normal View History

2021-05-18 13:53:10 +00:00
id: magento-admin-panel
info:
name: Exposed Magento Admin Panel
author: TechbrunchFR
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.
2021-05-19 00:43:22 +00:00
reference: https://docs.magento.com/user-guide/stores/store-urls-custom-admin.html
2021-05-18 13:53:10 +00:00
tags: magento
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:
2021-05-19 00:43:22 +00:00
- 302
- type: word
words:
- "/admin/index/index/key/"
part: header