34 lines
898 B
YAML
34 lines
898 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover
|
|
|
|
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")'
|
|
|
|
# digest: 4a0a00473045022031b79d2c999678a8ad72638ecec6bc9b47dfd3769588fbf99ebed2f464a254de022100d6e183af8823a1f3f175555d4024cd6cd11e340dc881eb83c4de845c15ee15a6:922c64590222798bb761d5b6d8e72950
|