Detect websites using Herokuapp endpoints
ID: herokuapp-detect
Severity: info
Author: alifathi-h1,righettod
Tags: heroku,tech
Description
Section titled “Description”Detected endpoints might be vulnerable to subdomain takeover or disclose sensitive info
YAML Source
Section titled “YAML Source”id: herokuapp-detect
info: name: Detect websites using Herokuapp endpoints author: alifathi-h1,righettod severity: info description: Detected endpoints might be vulnerable to subdomain takeover or disclose sensitive info metadata: max-request: 1 tags: heroku,tech
http: - method: GET path: - "{{BaseURL}}"
extractors: - type: regex part: body regex: - "[a-z0-9.-]+\\.herokuapp\\.com" - "[a-z0-9.-]+\\.herokucdn\\.com"# digest: 490a0046304402202622d4e317965749d436b420cee947239045e1b4ed8ba825ecf5529ff3c9638a02200f12b613cf4185c63e4222adb4b8c0a7c12f829693917555f5a09237cfe47255:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/herokuapp-detect.yaml"