29 lines
650 B
YAML
29 lines
650 B
YAML
id: shopify-takeover
|
|
|
|
info:
|
|
name: shopify takeover detection
|
|
author: pdteam
|
|
severity: high
|
|
tags: takeover
|
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'To finish setting up your new web address, go to your domain settings, click "Connect existing domain"'
|
|
- "Sorry, this shop is currently unavailable."
|
|
condition: or
|
|
|
|
- type: word
|
|
words:
|
|
- 'shop-not-found'
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"myshopify.com")' |