nuclei-templates/http/takeovers/heroku-takeover.yaml

33 lines
635 B
YAML
Raw Normal View History

id: heroku-takeover
info:
2022-12-06 05:15:56 +00:00
name: Heroku Takeover Detection
2021-07-17 18:25:56 +00:00
author: 0xPrial,pdteam
severity: high
reference:
2022-12-06 05:13:43 +00:00
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/38
metadata:
max-request: 1
2023-07-04 05:51:18 +00:00
tags: takeover,heroku
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
2021-06-06 06:37:19 +00:00
- "herokucdn.com/error-pages/no-such-app.html"
2023-07-04 05:51:18 +00:00
- type: word
words:
- "<title>No such app</title>"
- "<title>Heroku | Application Error</title>"
2023-07-04 05:51:18 +00:00
condition: or