2021-03-18 11:23:29 +00:00
|
|
|
id: shopify-takeover
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: shopify takeover detection
|
2022-01-27 09:08:16 +00:00
|
|
|
author: pdteam,philippedelteil
|
2021-03-18 11:23:29 +00:00
|
|
|
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
|
2021-03-18 11:23:29 +00:00
|
|
|
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"'
|
2021-03-18 11:23:29 +00:00
|
|
|
- "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
|