20 lines
422 B
YAML
20 lines
422 B
YAML
id: heroku-takeover
|
|
|
|
info:
|
|
name: heroku takeover detection
|
|
author: pdcommunity
|
|
severity: high
|
|
tags: takeover
|
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- There's nothing here, yet.
|
|
- herokucdn.com/error-pages/no-such-app.html
|
|
- "<title>No such app</title>" |