Sub-Domain Enumeration
In order to increase the attack surface, we perform subdomain enumeration.
Three Methods for Sub-Domain Enumeration
1 Brute Force
2 OSINT
3 Virtual Host
OSINT SSL/TLS
Use sites like:
2 https://ui.ctsearch.entrust.com/ui/ctsearchui
OSINT Search Engine
Use: site:*.examplesite.com
DNS Brute Forcing
Sublist3r
If you are preparing for OSCP or solving machines on HacktheBox or training for CTFs then this is the command you need to go for.
Install by using this command
Virtual Host
Some subdomains such as development versions and administration portals are not always hosted in publically accessible DNS results. However, we can still find them, by abusing the HOST header
First, run this first command to identify the size number that shows up the most then use the second command with the identified size
Replace the {size } with the size identified
Last updated