21 lines
419 B
YAML
21 lines
419 B
YAML
id: heroku-takeover
|
|
|
|
info:
|
|
name: heroku takeover detection
|
|
author: 0xPrial,pdteam
|
|
severity: high
|
|
tags: takeover,heroku
|
|
reference: https://github.com/EdOverflow/can-i-take-over-xyz
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "herokucdn.com/error-pages/no-such-app.html"
|
|
- "<title>No such app</title>"
|
|
condition: and
|