diff --git a/technologies/shopify-install-detect.yaml b/technologies/shopify-install-detect.yaml new file mode 100644 index 0000000000..9b5b421906 --- /dev/null +++ b/technologies/shopify-install-detect.yaml @@ -0,0 +1,30 @@ +id: shopify-install-detect + +info: + name: Shopify Install Detect + author: tess + severity: info + metadata: + verified: true + shodan-query: title:"Shopify App — Installation" + tags: detect,shopify,misc + +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