27 lines
471 B
YAML
27 lines
471 B
YAML
id: readthedocs-takeover
|
|
|
|
info:
|
|
name: Read the Docs Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/160
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover,readthedocs
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- unknown to Read the Docs
|