27 lines
514 B
YAML
27 lines
514 B
YAML
|
id: heroku-takeover
|
||
|
|
||
|
info:
|
||
|
name: Heroku Takeover Detection
|
||
|
author: 0xPrial,pdteam
|
||
|
severity: high
|
||
|
reference:
|
||
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/38
|
||
|
tags: takeover,heroku
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- Host != ip
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "herokucdn.com/error-pages/no-such-app.html"
|
||
|
- "<title>No such app</title>"
|
||
|
condition: and
|