nuclei-templates/takeovers/heroku-takeover.yaml

27 lines
518 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
requests:
- 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