21 lines
390 B
YAML
21 lines
390 B
YAML
id: hubspot-takeover
|
|
|
|
info:
|
|
name: hubspot takeover detection
|
|
author: pdteam
|
|
severity: high
|
|
tags: takeover,hubspot
|
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Domain not found"
|
|
- "does not exist in our system"
|
|
condition: and
|