29 lines
545 B
YAML
29 lines
545 B
YAML
id: short-io-takeover
|
|
|
|
info:
|
|
name: Short.io takeover detection
|
|
author: philippedelteil
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/260
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover,short.io
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "Link does not exist"
|
|
- "This domain is not configured on Short.io"
|
|
condition: and
|