nuclei-templates/takeovers/wix-takeover.yaml

31 lines
726 B
YAML

id: wix-takeover
info:
name: Wix Takeover Detection
author: harshinsecurity,philippedelteil
severity: high
description: This subdomain take over would only work on an edge case when the account was deleted. You will need a premium account (~ US$7) to test the take over.
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/231
tags: takeover,wix
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- 'Error ConnectYourDomain occurred'
- 'wixErrorPagesApp'
condition: and
- type: status
status:
- 404