2021-03-18 11:23:29 +00:00
|
|
|
id: bigcartel-takeover
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Bigcartel Takeover Detection
|
2021-06-09 12:20:56 +00:00
|
|
|
author: pdteam
|
2021-03-18 11:23:29 +00:00
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz
|
2021-03-18 11:23:29 +00:00
|
|
|
tags: takeover
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2021-11-08 17:23:00 +00:00
|
|
|
|
2021-11-08 17:08:34 +00:00
|
|
|
matchers-condition: and
|
2021-03-18 11:23:29 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-11-08 17:08:34 +00:00
|
|
|
- "<h1>Oops! We couldn’t find that page.</h1>"
|
2021-11-08 17:23:00 +00:00
|
|
|
|
2021-11-08 17:08:34 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2021-11-08 17:24:50 +00:00
|
|
|
- '!contains(host,"bigcartel.com")'
|