27 lines
487 B
YAML
27 lines
487 B
YAML
|
id: magmi-detect
|
||
|
|
||
|
info:
|
||
|
name: MAGMI (Magento Mass Importer) Plugin Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.component:"Magento"
|
||
|
tags: magento,magmi,plugin,tech
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/magmi/web/js/magmi_utils.js"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "magmi_multifield"
|
||
|
part: body
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|