nuclei-templates/takeovers/shopify-takeover.yaml

32 lines
734 B
YAML
Raw Normal View History

id: shopify-takeover
info:
name: shopify takeover detection
2022-01-27 09:08:16 +00:00
author: pdteam,philippedelteil
severity: high
tags: takeover
reference: https://github.com/EdOverflow/can-i-take-over-xyz
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-11-08 16:54:03 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-11-08 16:54:03 +00:00
- 'To finish setting up your new web address, go to your domain settings, click "Connect existing domain"'
- "Sorry, this shop is currently unavailable."
2021-11-08 16:54:03 +00:00
condition: or
- type: word
words:
- 'shop-not-found'
- type: dsl
dsl:
2022-01-27 09:08:16 +00:00
- '!contains(host,"myshopify.com")'
- '!contains(host,"shopify.com")'
condition: and