🌐
Subdomain Enumeration Guide
  • Home 🏠
  • Introduction
    • What's the need ?🤔
    • Prerequisites
  • Types
    • Horizontal Enumeration
    • Vertical Enumeration
  • Passive Techniques
    • Passive Sources
    • Certificate Logs
    • Recursive Enumeration
  • Active Techniques
    • DNS Bruteforcing
    • Permutation/Alterations
    • Scraping(JS/Source code)
    • Google analytics
    • TLS, CSP, CNAME Probing
    • VHOST probing
  • Web probing
  • Automation 🤖
Powered by GitBook
On this page

Was this helpful?

  1. Types

Vertical Enumeration

PreviousHorizontal EnumerationNextPassive Sources

Last updated 2 years ago

Was this helpful?

Vertical Enumeration or Vertical domain correlation is a process of finding out hosts located on the same root domain. This type of enumeration contains various techniques and can be automated too.

Here, we find different levels of subdomains of a particular root/main domain.

Vertical Enumeration can be performed with the help of below mentioned techniques:

  1. Passive Techniques

    • Passive Sources

    • Certificates Logs

  2. Active Techniques

    • DNS bruteforcing

    • Permutations/Alterations

    • JS/Source Code Scraping

    • VHOST discovery

    • Google Analytics

    • Recursive Enumeration

    • TLS, CSP, CNAME probing

    • Regex Permutations

  3. Web probing

    • Default Ports

    • Common Ports

Each and every technique is explained in detail, so read out the whole guide.

😊