29 lines
519 B
YAML
29 lines
519 B
YAML
id: bigcartel-takeover
|
|
|
|
info:
|
|
name: Bigcartel Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz
|
|
tags: takeover
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "<h1>Oops! We couldn’t find that page.</h1>"
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"bigcartel.com")'
|