nuclei-templates/technologies/magmi-detect.yaml

23 lines
404 B
YAML
Raw Normal View History

2020-09-04 13:31:05 +00:00
id: magmi-detect
info:
2021-05-19 00:49:20 +00:00
name: MAGMI (Magento Mass Importer) Plugin Detect
author: dwisiswant0
severity: info
2021-05-18 16:56:34 +00:00
tags: magento,magmi
2020-09-04 13:31:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/magmi/web/js/magmi_utils.js"
2021-05-19 00:49:20 +00:00
2020-09-04 13:31:05 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "magmi_multifield"
part: body
2021-05-19 00:49:20 +00:00
2020-09-04 13:31:05 +00:00
- type: status
status:
- 200