33 lines
754 B
YAML
33 lines
754 B
YAML
id: bigcartel-takeover
|
|
|
|
info:
|
|
name: Bigcartel Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/158
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover
|
|
|
|
http:
|
|
- 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")'
|
|
|
|
# digest: 4b0a004830460221008fa1fa703d65daae1e6844150e93e1d1f4c742bac464f1dc71fad481916a7471022100da879f316dab98afd14c9a9c925aef54e2c398dc45bc98488fefa14dd8c17fbe:922c64590222798bb761d5b6d8e72950
|