29 lines
582 B
YAML
29 lines
582 B
YAML
id: campaignmonitor-takeover
|
|
|
|
info:
|
|
name: CampaignMonitor Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/275
|
|
tags: takeover,campaignmonitor
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- '<strong>Trying to access your account?</strong>'
|
|
- 'or <a href="mailto:help@createsend.com'
|
|
condition: and
|