nuclei-templates/takeovers/shopify-takeover.yaml

40 lines
1.0 KiB
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
reference:
2022-10-28 22:26:57 +00:00
- https://medium.com/@thebuckhacker/how-to-do-55-000-subdomain-takeover-in-a-blink-of-an-eye-a94954c3fc75
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/32
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/46
- https://hackerone.com/reports/1711890
tags: takeover,hackerone
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-11-08 16:54:03 +00:00
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- 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