Added Herokuapp Detection

patch-1
Ali Fathi Ali Sawehli 2021-07-11 00:31:09 +08:00 committed by GitHub
parent 4874ca4dcd
commit 9c0e218365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
id: herokuapp-detect
info:
name: Detect websites using Herokuapp endpoints
author: alifathi-h1
severity: info
tags: heroku,tech
description: Detected endpoints might be vulnerable to subdomain takeover or disclose sensitive info
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "[a-z0-9.-]+\\.herokuapp\\.com"