shopify-takeover: shopify takeover detection

日期: 2025-08-01 | 影响软件: shopify | POC: 已公开

漏洞描述

shopify takeover was detected.

PoC代码[已公开]

id: shopify-takeover

info:
  name: shopify takeover detection
  author: pdteam,philippedelteil,Imjust0
  severity: high
  description: shopify takeover was detected.
  reference:
    - 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
  metadata:
    max-request: 1
  tags: takeover,hackerone,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - Host != ip

      - 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."
          - "Sorry, this store is currently unavailable."
        condition: or

      - type: word
        words:
          - 'shop-not-found'

      - type: dsl
        dsl:
          - '!contains(host,"myshopify.com")'
          - '!contains(host,"shopify.com")'
        condition: and

    extractors:
      - type: dsl
        dsl:
          - cname
# digest: 490a0046304402203445e7cb1b2d9e497348ed405f9c365d88359ffa721f3a5c500cba6dfbcf2ab002207f15c793818baf170b089ea82095c9ad5b693c0768c870da5566d58dc2b22ccd:922c64590222798bb761d5b6d8e72950

相关漏洞推荐