Heroku turns out No More Vulnerable after recent update

patch-1
zy9ard3 2023-10-11 19:35:03 +05:30 committed by GitHub
parent 62529fc4f5
commit ce8397db3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
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
metadata:
max-request: 1
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"
- type: word
words:
- "<title>No such app</title>"
- "<title>Heroku | Application Error</title>"
condition: or