31 lines
702 B
YAML
31 lines
702 B
YAML
id: pantheon-takeover
|
|
|
|
info:
|
|
name: Pantheon Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/24
|
|
- https://medium.com/bug-bounty/how-i-took-over-several-stanford-subdomains-also-let-me-explain-you-the-pain-to-report-it-d84b08704be8
|
|
tags: takeover
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "The gods are wise, but do not know of the site which you seek."
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"apigee.io")' |