2021-07-10 16:52:27 +00:00
|
|
|
id: herokuapp-detect
|
2021-07-10 16:31:09 +00:00
|
|
|
|
|
|
|
info:
|
2021-07-10 16:52:27 +00:00
|
|
|
name: Detect websites using Herokuapp endpoints
|
2021-07-10 16:31:09 +00:00
|
|
|
author: alifathi-h1
|
|
|
|
severity: info
|
|
|
|
description: Detected endpoints might be vulnerable to subdomain takeover or disclose sensitive info
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: heroku,tech
|
2021-07-10 16:31:09 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-10 16:31:09 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- "[a-z0-9.-]+\\.herokuapp\\.com"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402201c37a0dbda40da36d8d29875c1027f9eda0fea8818986e65cbfbd242de2cf5d202206f35a8afa6d636cbb492ec9a2bbd64a463c23599725cf1db5bdf376dbac40975:922c64590222798bb761d5b6d8e72950
|