31 lines
585 B
YAML
31 lines
585 B
YAML
|
id: seoking-shopify-app
|
||
|
|
||
|
info:
|
||
|
name: SEO King - Shopify App — Installer
|
||
|
author: tess
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Shopify App — Installation"
|
||
|
tags: misconfig,shopify,install
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'Shopify App — Installation'
|
||
|
- 'example.myshopify.com'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|