nuclei-templates/takeovers/bigcartel-takeover.yaml

24 lines
458 B
YAML

id: bigcartel-takeover
info:
name: Bigcartel 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:
- "<h1>Oops! We couldn&#8217;t find that page.</h1>"
- type: dsl
dsl:
- '!contains(host,"bigcartel.com")'