Create shopify-install-detect.yaml

patch-1
Arman 2022-10-27 01:59:21 -04:00 committed by GitHub
parent a326344c5e
commit 26a45bb4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -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</title>'
- 'example.myshopify.com'
condition: and
- type: status
status:
- 200