20 lines
428 B
YAML
20 lines
428 B
YAML
|
id: short-io-takeover
|
||
|
|
||
|
info:
|
||
|
name: Short.io takeover detection
|
||
|
author: philippedelteil
|
||
|
severity: high
|
||
|
tags: takeover,short.io
|
||
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/260
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Link does not exist"
|
||
|
- "This domain is not configured on Short.io"
|
||
|
condition: and
|