27 lines
540 B
YAML
27 lines
540 B
YAML
id: wishpond-takeover
|
||
|
||
info:
|
||
name: Wishpond Takeover Detection
|
||
author: pdteam
|
||
severity: high
|
||
reference:
|
||
- https://github.com/EdOverflow/can-i-take-over-xyz
|
||
tags: takeover,wishpond
|
||
|
||
requests:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}"
|
||
|
||
matchers-condition: and
|
||
matchers:
|
||
- type: dsl
|
||
dsl:
|
||
- Host != ip
|
||
|
||
- type: word
|
||
words:
|
||
- https://www.wishpond.com/404?campaign=true
|
||
- 'Oops! There isn’t a Wishpond Campaign published to this page.'
|
||
condition: or
|